MEM_PROC void MEM_API GetHeapMemStatsEx(PMEM pHeap, _32 * pFree, _32 * pUsed, _32 * pChunks, _32 *pFreeChunks DBG_PASS); #define GetHeapMemStats(h,f,u,c,fc) GetHeapMemStatsEx( h,f,u,c,fc DBG_SRC )
sharemem.h
This is function sack::memory::GetHeapMemStatsEx.
Functions