mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTOS:MM]
- Improve inaccurate debug print svn path=/trunk/; revision=75742
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user