mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-15 13:01:27 +00: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…
Reference in a new issue