Home
last modified time | relevance | path

Searched defs:EngAllocMem (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/tests/polytest/
H A Dpolytest.cpp70 void* EngAllocMem ( int zero, unsigned long size, int tag=0 ) in EngAllocMem() function
/reactos/sdk/include/psdk/
H A Dwinddi.h1366 #define EngAllocMem(fl, cj, tag) ((PVOID)GlobalAlloc(((fl) & FL_ZERO_MEMORY) ? GPTR : GMEM_FIXED, c… macro