projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af7edaa
)
Fixed compilation.
author
Hartmut Birr
<osexpert@googlemail.com>
Thu, 11 Aug 2005 21:56:28 +0000
(21:56 +0000)
committer
Hartmut Birr
<osexpert@googlemail.com>
Thu, 11 Aug 2005 21:56:28 +0000
(21:56 +0000)
svn path=/trunk/; revision=17321
reactos/ntoskrnl/mm/npool.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/npool.c
b/reactos/ntoskrnl/mm/npool.c
index
0ea2abb
..
b4a3d92
100644
(file)
--- a/
reactos/ntoskrnl/mm/npool.c
+++ b/
reactos/ntoskrnl/mm/npool.c
@@
-1258,7
+1258,7
@@
static HDR_USED* get_block(unsigned int size, unsigned long alignment)
HDR_FREE *blk, *current, *previous = NULL, *next = NULL, *best = NULL;
ULONG previous_size = 0, current_size, next_size = 0, new_size;
PVOID end;
- PVOID addr, aligned_addr, best_aligned_addr;
+ PVOID addr, aligned_addr, best_aligned_addr
=NULL
;
PNODE p;
DPRINT("get_block %d\n", size);
@@
-1516,7
+1516,7
@@
ExAllocateNonPagedPoolWithTag(POOL_TYPE Type, ULONG Size, ULONG Tag, PVOID Calle
VALIDATE_POOL;
-#if
1
+#if
0
/* after some allocations print the npaged pool stats */
#ifdef TAG_STATISTICS_TRACKING