HomeSort by relevance Sort by last modified time
    Searched refs:ExAllocatePoolWithTag (Results 1 - 6 of 6) sorted by null

  /external/capstone/windows/
winkernel_mm.c 45 block = (CS_WINKERNEL_MEMBLOCK *)ExAllocatePoolWithTag(
  /external/capstone/contrib/windows_kernel/
libc.cpp 45 ExAllocatePoolWithTag(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 210 PVOID result = ExAllocatePoolWithTag(poolType,iSize,'wNCK');
222 PVOID result = ExAllocatePoolWithTag(poolType,iSize,tag);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
stdunk.h 175 result = ExAllocatePoolWithTag(pool_type, size, tag);
classpnp.h 72 #define ExAllocatePool(a,b) ExAllocatePoolWithTag(a,b,'nUcS')
137 ExAllocatePoolWithTag(NonPagedPool, \
wdm.h     [all...]

Completed in 219 milliseconds