Ditch dlmalloc in favour of custom umalloc
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user