aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test_show.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test_show.c')
-rw-r--r--tests/src/test_show.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/test_show.c b/tests/src/test_show.c
index e5e7dca..877d39e 100644
--- a/tests/src/test_show.c
+++ b/tests/src/test_show.c
@@ -8,6 +8,7 @@
int
main (void)
{
+ /* One allocation per category: TINY, TINY, SMALL, LARGE. */
void *a = malloc (42);
void *b = malloc (100);
void *c = malloc (500);