PiSwAllocMem

VOID *__stdcall PiSwAllocMem(UINT64 NumberOfBytes){
  return ExAllocatePoolWithTag(1ui64, NumberOfBytes, 1466986064i64);
}

Referenced by:

PiSwIrpStartCreateWorker