1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00
Copied from Perforce
 Change: 19868
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-08-05 15:26:58 +01:00
parent 72cf1e53ef
commit d9e874e737

View file

@ -1,4 +1,4 @@
/* $HopeName:$
/* $HopeName: MMQA_test_function!132.c(trunk.1) $
TEST_HEADER
summary = low-memory reservoir tests with commit limit, part I
language = c
@ -125,8 +125,8 @@ static void test(void) {
res = allocrone(&q, apamc, 10, MPS_RANK_EXACT);
if (res == MPS_RES_OK) {
setref(q, 0, p);
p = q;
}
p = q;
i++;
}
report("allocfail", "%d", i);
@ -150,8 +150,8 @@ static void test(void) {
res = reservoir_allocrone(&q, apamc, 10, MPS_RANK_EXACT);
if (res == MPS_RES_OK) {
setref(q, 0, p);
p = q;
}
p = q;
i++;
}
report("allocfail2", "%d", i);