mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
Adding arenaclass to arenainit change.epcore.anchovy.160132.2
Copied from Perforce Change: 20020 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
2efd55be3e
commit
4f6132dfb6
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.h.mpmtypes: MEMORY POOL MANAGER TYPES
|
||||
*
|
||||
* $HopeName: MMsrc!mpmtypes.h(trunk.53) $
|
||||
* $HopeName: MMsrc!mpmtypes.h(trunk.54) $
|
||||
* Copyright (C) 1997, 1998 Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* .readership: MM developers.
|
||||
|
|
@ -104,7 +104,8 @@ typedef Bool (*CBSIterateMethod)(CBS cbs, CBSBlock block,
|
|||
/* Arena*Method -- see @@@@ */
|
||||
|
||||
|
||||
typedef Res (*ArenaInitMethod)(Arena *arenaReturn, va_list args);
|
||||
typedef Res (*ArenaInitMethod)(Arena *arenaReturn,
|
||||
ArenaClass class, va_list args);
|
||||
typedef void (*ArenaFinishMethod)(Arena arena);
|
||||
typedef Size (*ArenaReservedMethod)(Arena arena);
|
||||
typedef Size (*ArenaCommittedMethod)(Arena arena);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue