mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:53:45 +00:00
[NTOS:MM]
- Assert correct pool entry alignment in ExFreePoolWithTag svn path=/trunk/; revision=63952
This commit is contained in:
parent
8dde0dd217
commit
cd86b37abb
1 changed files with 1 additions and 0 deletions
|
@ -2220,6 +2220,7 @@ ExFreePoolWithTag(IN PVOID P,
|
|||
//
|
||||
Entry = P;
|
||||
Entry--;
|
||||
ASSERT((ULONG_PTR)Entry % POOL_BLOCK_SIZE == 0);
|
||||
|
||||
//
|
||||
// Get the size of the entry, and it's pool type, then load the descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue