diff options
Diffstat (limited to 'mps/code/mpmtypes.h')
| -rw-r--r-- | mps/code/mpmtypes.h | 1 |
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, | |||
| 198 | typedef Res (*PoolFixEmergencyMethod)(Pool pool, ScanState ss, | 198 | typedef Res (*PoolFixEmergencyMethod)(Pool pool, ScanState ss, |
| 199 | Seg seg, Ref *refIO); | 199 | Seg seg, Ref *refIO); |
| 200 | typedef void (*PoolReclaimMethod)(Pool pool, Trace trace, Seg seg); | 200 | typedef void (*PoolReclaimMethod)(Pool pool, Trace trace, Seg seg); |
| 201 | typedef void (*PoolTraceEndMethod)(Pool pool, Trace trace); | ||
| 201 | typedef void (*PoolRampBeginMethod)(Pool pool, Buffer buf, Bool collectAll); | 202 | typedef void (*PoolRampBeginMethod)(Pool pool, Buffer buf, Bool collectAll); |
| 202 | typedef void (*PoolRampEndMethod)(Pool pool, Buffer buf); | 203 | typedef void (*PoolRampEndMethod)(Pool pool, Buffer buf); |
| 203 | typedef Res (*PoolFramePushMethod)(AllocFrame *frameReturn, | 204 | typedef Res (*PoolFramePushMethod)(AllocFrame *frameReturn, |