home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / system / stubshack_1 / HeapGraph / h / OldMalloc < prev    next >
Text File  |  1994-11-24  |  559b  |  16 lines

  1. #ifndef __StubsHack_h
  2. #include "StubsHack.StubsHack.h"
  3. #endif
  4.  
  5. extern StubsHack_mallocfn    HeapGraph_old_malloc;
  6. extern StubsHack_reallocfn    HeapGraph_old_realloc;
  7. extern StubsHack_callocfn    HeapGraph_old_calloc;
  8. extern StubsHack_freefn    HeapGraph_old_free;
  9.     /* 
  10.     These are inited to NULL.
  11.     After you call HeapGraph_RedirectAllocFns, they will point to the original
  12.     malloc functions (usually the shared C lib functions, unless
  13.     StubsHack_ReplaceANSIAllocFns was called before HeapGraph_RedirectAllocFns).
  14.     These pointers are probably not all that much use...
  15.     */
  16.