WIP
[reactos.git] / ntoskrnl / mm / ARM3 / expool.c
index 00c68f4..bbf6e40 100644 (file)
@@ -2016,6 +2016,9 @@ ExAllocatePoolWithTag(
             Tag = ' GIB';
         }
         ExpInsertPoolTracker(Tag, ROUND_TO_PAGES(NumberOfBytes), OriginalType);
+#if DBG
+        RtlFillMemory(Allocation, NumberOfBytes, 0xCD);
+#endif
         return Allocation;
     }