MEM_PROC POINTER MEM_API HeapReallocateEx(PMEM pHeap, POINTER source, PTRSZVAL size DBG_PASS); #define HeapReallocate(heap,p,sz) HeapReallocateEx( (heap),(p),(sz) DBG_SRC )
sharemem.h
This is function sack::memory::HeapReallocateEx.
Functions