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

  /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 561 milliseconds