mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Stop excercising the nonpaged pool allocator since there have been no complaints and internal testing has revealed no faults.
svn path=/trunk/; revision=41932
This commit is contained in:
@@ -718,7 +718,7 @@ MmArmInitSystem(IN ULONG Phase,
|
||||
//
|
||||
// Do a little test of the nonpaged pool allocator
|
||||
//
|
||||
if (1)
|
||||
if (0)
|
||||
{
|
||||
ULONG i = 0;
|
||||
PVOID Buffers[4096];
|
||||
|
||||
Reference in New Issue
Block a user