mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed compilation.
svn path=/trunk/; revision=17321
This commit is contained in:
parent
af7edaaf75
commit
ed43d4bddd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue