mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-04 17:36:23 +03:00
Add peak_t, for tracking allocator net max.
This commit is contained in:
parent
17a64fe91c
commit
fe7108305a
3 changed files with 85 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue