IopVerifierExAllocatePoolWithQuota_3

VOID *__fastcall IopVerifierExAllocatePoolWithQuota_3(__int64 a1, UINT64 a2){
  VOID *result; 

  if( !ViVerifierEnabled
    || (*(&stru_140CF2E80 + 1826) & 0xFFAFFFFF) == 0
    && (*(&stru_140CF2E80 + 7308) & 2) == 0
    && (*(&stru_140CF2E80 + 7308) & 4) == 0 )
  {
    return ExAllocatePoolWithQuotaTag(NonPagedPoolNx, a2, 0x20206F49ui64);
  }
  result = ExAllocatePoolWithTagPriority(
             NonPagedPoolNx,
             a2,
             0x20206F49ui64,
             (_EX_POOL_PRIORITY)((MmVerifierData & 0x10 | 0x40) >> 1));
  if( !result )
    RtlRaiseStatus(-1073741670);
  return result;
}

Referenced by:

IoQueryInformationByName