Big code refactor, get rid of HAL entirely
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include "dlmalloc/malloc.h"
|
||||
#include "hal/hal.h"
|
||||
|
||||
void *malloc(size_t size) {
|
||||
return dlmalloc(size);
|
||||
|
||||
Reference in New Issue
Block a user