Searched defs:EngAllocMem (Results 1 – 2 of 2) sorted by relevance
70 void* EngAllocMem ( int zero, unsigned long size, int tag=0 ) in EngAllocMem() function
1366 #define EngAllocMem(fl, cj, tag) ((PVOID)GlobalAlloc(((fl) & FL_ZERO_MEMORY) ? GPTR : GMEM_FIXED, c… macro