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

@ -3,7 +3,6 @@
#include <ansiq/all.h>
#include <args/args.h>
#include <dlmalloc/malloc.h>
#include <string/string.h>
#include <string/char.h>
#include <sync/spinlock.h>
@ -15,6 +14,7 @@
#include <log.h>
#include <assert.h>
#include <write/write.h>
#include <umalloc/umalloc.h>
#include <errors.h>
#include <sysdefs/ioctl.h>