From 86366a4df86abdb2b43fa8bd02ff52254ddfc31b Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Wed, 5 May 1999 14:31:55 +0100 Subject: [PATCH] Fix bug w. arena_committed_and_used Copied from Perforce Change: 20777 ServerID: perforce.ravenbrook.com --- mps/qa/test/testlib/testlib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mps/qa/test/testlib/testlib.h b/mps/qa/test/testlib/testlib.h index 95380346c74..5c4f950fb25 100644 --- a/mps/qa/test/testlib/testlib.h +++ b/mps/qa/test/testlib/testlib.h @@ -1,4 +1,4 @@ -/* $HopeName: MMQA_harness!testlib:testlib.h(trunk.10) $ +/* $HopeName: MMQA_harness!testlib:testlib.h(trunk.11) $ test_lib.h various handy things for running tests, reporting errors &c */ @@ -118,9 +118,12 @@ int read_event(log_event*); size_t arena_committed_and_used(mps_arena_t); +#ifdef MMQA_SYMBOL_mps_arena_t + mps_res_t mmqa_arena_create(mps_arena_t *arena_p, mps_arena_class_t arena_class, size_t chunk_size, size_t limit_size); +#endif /* time-based queue (use for killing objects at the right time)