MEM_PROC POINTER MEM_API GetFirstUsedBlock(PMEM pHeap);
sharemem.h
MEM_PROC POINTER MEM_API AllocateEx ( PTRSZVAL nSize DBG_PASS ); #define Allocate(n) AllocateEx(n DBG_SRC )
Functions