[NTOS]: For debugging only, want to see what is excercising MmAllocatePagesForMdl...
authorSir Richard <sir_richard@svn.reactos.org>
Sun, 4 Mar 2012 19:51:22 +0000 (19:51 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sun, 4 Mar 2012 19:51:22 +0000 (19:51 +0000)
svn path=/trunk/; revision=56010

reactos/ntoskrnl/mm/freelist.c

index b69a40b..cc1d8d8 100644 (file)
@@ -167,6 +167,7 @@ MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
     PPHYSICAL_PAGE Pfn1;
     INT LookForZeroedPages;
     ASSERT(KeGetCurrentIrql() <= APC_LEVEL);
+    DPRINT1("ARM3-DEBUG: Being called with %I64x %I64x %I64x %lx %d %d\n", LowAddress, HighAddress, SkipBytes, TotalBytes, CacheAttribute, MdlFlags);
 
     //
     // Convert the low address into a PFN