1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/mps/code/mpscmv.h
Richard Brooksby c0bb4cd3cd Removing hopenames from the master sources.
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames.

Copied from Perforce
 Change: 24911
 ServerID: perforce.ravenbrook.com
2001-12-07 13:19:25 +00:00

17 lines
367 B
C

/* impl.h.mpscmv: MEMORY POOL SYSTEM CLASS "MV"
*
* $Id$
* Copyright (c) 2001 Ravenbrook Limited.
*/
#ifndef mpscmv_h
#define mpscmv_h
#include "mps.h"
extern size_t mps_mv_free_size(mps_pool_t mps_pool);
extern size_t mps_mv_size(mps_pool_t mps_pool);
extern mps_class_t mps_class_mv(void);
extern mps_class_t mps_class_mv_debug(void);
#endif /* mpscmv_h */