Add peak_t, for tracking allocator net max.

This commit is contained in:
David Goldblatt
2020-05-27 14:30:28 -07:00
committed by David Goldblatt
parent 17a64fe91c
commit fe7108305a
3 changed files with 85 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/pa.c \
$(srcroot)test/unit/pack.c \
$(srcroot)test/unit/pages.c \
$(srcroot)test/unit/peak.c \
$(srcroot)test/unit/ph.c \
$(srcroot)test/unit/prng.c \
$(srcroot)test/unit/prof_accum.c \