IopVerifierExAllocatePoolWithQuota_5
VOID *__fastcall IopVerifierExAllocatePoolWithQuota_5(POOL_TYPE a1, UINT64 a2){
VOID *result;
if( !ViVerifierEnabled
|| (VfRuleClasses & 0xFFAFFFFF) == 0
&& (VfRuleClasses & 0x200000000i64) == 0
&& (VfRuleClasses & 0x400000000i64) == 0 )
{
return ExAllocatePoolWithQuotaTag(a1, a2, 0x20206F49ui64);
}
result = ExAllocatePoolWithTagPriority(
a1,
a2,
0x20206F49ui64,
(_EX_POOL_PRIORITY)((MmVerifierData & 0x10 | 0x40) >> 1));
if( !result )
RtlRaiseStatus(-1073741670);
return result;
}Referenced by:
NtQueryQuotaInformationFile