VfFillAllocatedMemory
VOID __stdcall VfFillAllocatedMemory(PVOID Address, UINT64 a2){
unsigned __int8 LowPart;
LowPart = KeQueryPerformanceCounter(0i64).LowPart;
if( a2 >= 0x100 )
a2 = 256i64;
if( a2 == 256 )
memset64(
Address,
((((LowPart | 1i64) << 8) | LowPart | 1i64) << 16) | ((LowPart | 1i64) << 8) | LowPart | 1i64 | ((((((LowPart | 1i64) << 8) | LowPart | 1i64) << 16) | ((LowPart | 1i64) << 8) | LowPart | 1i64) << 32),
0x20ui64);
else
memset((INT64)Address, LowPart | 1u);
}Referenced by:
VeAllocatePoolWithTagPriority
VerifierMmAllocateContiguousMemory
VerifierMmAllocateContiguousMemorySpecifyCache
VerifierMmAllocateContiguousMemorySpecifyCacheNode
VerifierMmAllocateContiguousNodeMemory
VerifierMmAllocateNonCachedMemory
VfFillAllocatePagesForMdl