mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
Eliminating withreservoirpermit and all its variants.
Copied from Perforce Change: 190005 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
ca7dcd913e
commit
07987ab579
46 changed files with 206 additions and 377 deletions
|
|
@ -402,8 +402,7 @@ static Res cbsBlockAlloc(CBSBlock *blockReturn, CBS cbs, Range range)
|
|||
AVERT(CBS, cbs);
|
||||
AVERT(Range, range);
|
||||
|
||||
res = PoolAlloc(&p, cbsBlockPool(cbs), cbs->blockStructSize,
|
||||
/* withReservoirPermit */ FALSE);
|
||||
res = PoolAlloc(&p, cbsBlockPool(cbs), cbs->blockStructSize);
|
||||
if (res != ResOK)
|
||||
goto failPoolAlloc;
|
||||
block = (CBSBlock)p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue