mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +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:
parent
032b0e4144
commit
d9b66b43bd
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ MmArmInitSystem(IN ULONG Phase,
|
||||||
//
|
//
|
||||||
// Do a little test of the nonpaged pool allocator
|
// Do a little test of the nonpaged pool allocator
|
||||||
//
|
//
|
||||||
if (1)
|
if (0)
|
||||||
{
|
{
|
||||||
ULONG i = 0;
|
ULONG i = 0;
|
||||||
PVOID Buffers[4096];
|
PVOID Buffers[4096];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue