summaryrefslogtreecommitdiffstats
path: root/src/t-test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/t-test1.c')
-rw-r--r--src/t-test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t-test1.c b/src/t-test1.c
index 942f81d..9b3ebec 100644
--- a/src/t-test1.c
+++ b/src/t-test1.c
@@ -498,7 +498,7 @@ malloc_test(struct thread_st *st)
#endif
actions = RANDOM(&ld, ACTIONS_MAX);
#if USE_MALLOC && MALLOC_DEBUG
- if(actions < 2) { mallinfo(); }
+ if(actions < 2) { mallinfo2(); }
#endif
for(j=0; j<actions; j++) {
b = RANDOM(&ld, p.bins);