VfAllocPoolNotification
VOID __fastcall VfAllocPoolNotification(VOID *a1, UINT64 a2){
if( (MmVerifierData & 0x400000) == 0
|| ((MmVerifierData & 1) != 0 || (MmVerifierData & 8) != 0) && (*(_BYTE *)VfFlightOptions & 9) != 0 )
{
if( VfPoolTraces )
ViPoolLogStackTrace(a1, a2);
}
}Referenced by:
VeAllocatePoolWithTagPriority
VerifierMmAllocateContiguousMemory
VerifierMmAllocateContiguousMemorySpecifyCache
VerifierMmAllocateContiguousMemorySpecifyCacheNode
VerifierMmAllocateContiguousNodeMemory
VerifierMmAllocateMappingAddress
VerifierMmAllocateNodePagesForMdlEx
VerifierMmAllocateNonCachedMemory
VerifierMmAllocatePagesForMdl
VerifierMmAllocatePagesForMdlEx
VerifierMmCreateMdl
VerifierMmMapIoSpace
VerifierMmMapLockedPages
VerifierMmMapLockedPagesSpecifyCache