mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 11:23:08 +03:00
add test for zero-sized alloc and aligned alloc
This commit is contained in:
parent
01e2a38e5a
commit
2b112ea593
3 changed files with 28 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ endif
|
|||
TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
|
||||
$(srcroot)test/integration/allocated.c \
|
||||
$(srcroot)test/integration/extent.c \
|
||||
$(srcroot)test/integration/malloc.c \
|
||||
$(srcroot)test/integration/mallocx.c \
|
||||
$(srcroot)test/integration/MALLOCX_ARENA.c \
|
||||
$(srcroot)test/integration/overflow.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue