[NTOS:MM]

- Improve inaccurate debug print

svn path=/trunk/; revision=75742
This commit is contained in:
Thomas Faber
2017-09-02 15:18:02 +00:00
parent a99a524b47
commit 22cc49f3f6
+2 -2
View File
@@ -493,7 +493,7 @@ MiAllocatePoolPages(IN POOL_TYPE PoolType,
//
// Out of memory!
//
DPRINT1("OUT OF PAGED POOL!!!\n");
DPRINT1("FAILED to allocate %Iu bytes from paged pool\n", SizeInBytes);
KeReleaseGuardedMutex(&MmPagedPoolMutex);
return NULL;
}
@@ -610,7 +610,7 @@ MiAllocatePoolPages(IN POOL_TYPE PoolType,
//
// Out of memory!
//
DPRINT1("OUT OF PAGED POOL!!!\n");
DPRINT1("FAILED to allocate %Iu bytes from paged pool\n", SizeInBytes);
KeReleaseGuardedMutex(&MmPagedPoolMutex);
return NULL;
}