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