mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-08-10 15:40:29 -04:00
add malloc_info test
This commit is contained in:
parent
f6f4402ff3
commit
b40ba9754b
3 changed files with 32 additions and 0 deletions
|
@ -4,12 +4,15 @@ ifeq (,$(filter $(CONFIG_SLAB_CANARY),true false))
|
|||
$(error CONFIG_SLAB_CANARY must be true or false)
|
||||
endif
|
||||
|
||||
LDLIBS := -lpthread
|
||||
|
||||
CPPFLAGS += \
|
||||
-DSLAB_CANARY=$(CONFIG_SLAB_CANARY)
|
||||
|
||||
EXECUTABLES := \
|
||||
offset \
|
||||
mallinfo \
|
||||
malloc_info \
|
||||
large_array_growth
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue