Home
last modified time | relevance | path

Searched refs:WIL_AllocateMemory (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dresult_macros.h87 #ifndef WIL_AllocateMemory
89 #define WIL_AllocateMemory(SIZE) ExAllocatePoolWithTag(NonPagedPoolNx, SIZE, 'LIW') macro
92 #define WIL_AllocateMemory(SIZE) HeapAlloc(GetProcessHeap(), 0, SIZE) macro
1434 … long *pCopyRefCount = reinterpret_cast<long *>(WIL_AllocateMemory(sizeof(long)+cbData));