home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
system
/
stubshack_1
/
HeapGraph
/
h
/
OldMalloc
< prev
next >
Wrap
Text File
|
1994-11-24
|
559b
|
16 lines
#ifndef __StubsHack_h
#include "StubsHack.StubsHack.h"
#endif
extern StubsHack_mallocfn HeapGraph_old_malloc;
extern StubsHack_reallocfn HeapGraph_old_realloc;
extern StubsHack_callocfn HeapGraph_old_calloc;
extern StubsHack_freefn HeapGraph_old_free;
/*
These are inited to NULL.
After you call HeapGraph_RedirectAllocFns, they will point to the original
malloc functions (usually the shared C lib functions, unless
StubsHack_ReplaceANSIAllocFns was called before HeapGraph_RedirectAllocFns).
These pointers are probably not all that much use...
*/