IopVerifierExAllocatePoolWithQuota_4

VOID *IopVerifierExAllocatePoolWithQuota_4(){
  VOID *result; 

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

Referenced by:

NtLockFile
NtUnlockFile