Ditch dlmalloc in favour of custom umalloc

This commit is contained in:
2025-09-27 22:32:38 +02:00
parent 3b1bb9d531
commit 8d081bedb0
13 changed files with 114 additions and 110 deletions

View File

@ -10,12 +10,12 @@ SRCFILES := $(call GRABSRC, \
string \
system \
printf \
dlmalloc \
sync \
args \
util \
ubsan \
write \
umalloc \
)
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \