IopVerifierExAllocatePool_0

VOID **__fastcall IopVerifierExAllocatePool_0(__int64 a1, UINT64 a2){
  if( ViVerifierEnabled
    && ((*(&stru_140CF2E80 + 1826) & 0xFFAFFFFF) != 0
     || (*(&stru_140CF2E80 + 7308) & 2) != 0
     || (*(&stru_140CF2E80 + 7308) & 4) != 0) )
  {
    return(VOID **)ExAllocatePoolWithTagPriority(
                      NonPagedPoolNx,
                      a2,
                      0x20206F49ui64,
                      (_EX_POOL_PRIORITY)((MmVerifierData & 0x10 | 0x40) >> 1));
  }
  else
  {
    return ExAllocatePoolWithTag(0x200ui64, a2, 538996553i64);
  }
}

Referenced by:

IopAllocateFileObjectExtension
IopGetSetSpecificExtension
IopSetLockOperationProcess
NtUnlockFile