1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/mps/code/mpscmvff.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
385 B
C

/* impl.h.mpscmvff: MEMORY POOL SYSTEM CLASS "MVFF"
*
* $Id$
* Copyright (c) 2001 Ravenbrook Limited.
*/
#ifndef mpscmvff_h
#define mpscmvff_h
#include "mps.h"
extern size_t mps_mvff_free_size(mps_pool_t mps_pool);
extern size_t mps_mvff_size(mps_pool_t mps_pool);
extern mps_class_t mps_class_mvff(void);
extern mps_class_t mps_class_mvff_debug(void);
#endif /* mpscmvff_h */