aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpmtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/mpmtypes.h')
-rw-r--r--mps/code/mpmtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h
index bd232110349..fd27f8c2a80 100644
--- a/mps/code/mpmtypes.h
+++ b/mps/code/mpmtypes.h
@@ -198,6 +198,7 @@ typedef Res (*PoolFixMethod)(Pool pool, ScanState ss, Seg seg,
198typedef Res (*PoolFixEmergencyMethod)(Pool pool, ScanState ss, 198typedef Res (*PoolFixEmergencyMethod)(Pool pool, ScanState ss,
199 Seg seg, Ref *refIO); 199 Seg seg, Ref *refIO);
200typedef void (*PoolReclaimMethod)(Pool pool, Trace trace, Seg seg); 200typedef void (*PoolReclaimMethod)(Pool pool, Trace trace, Seg seg);
201typedef void (*PoolTraceEndMethod)(Pool pool, Trace trace);
201typedef void (*PoolRampBeginMethod)(Pool pool, Buffer buf, Bool collectAll); 202typedef void (*PoolRampBeginMethod)(Pool pool, Buffer buf, Bool collectAll);
202typedef void (*PoolRampEndMethod)(Pool pool, Buffer buf); 203typedef void (*PoolRampEndMethod)(Pool pool, Buffer buf);
203typedef Res (*PoolFramePushMethod)(AllocFrame *frameReturn, 204typedef Res (*PoolFramePushMethod)(AllocFrame *frameReturn,