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