mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Extra-careful check after setting the limit.
Copied from Perforce Change: 182585 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
fe60d16407
commit
f651dbdc27
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ static void FreelistBlockSetLimit(Freelist fl, FreelistBlock block, Addr limit)
|
|||
AVER(size >= sizeof(block->small));
|
||||
block->small.next = FreelistTagSet(block->small.next);
|
||||
}
|
||||
AVER(FreelistBlockLimit(block) == limit);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue