undo malloc improvement (it actually made it worse)
This commit is contained in:
parent
aedba6e52b
commit
c49ff2998d
3 changed files with 44 additions and 49 deletions
|
@ -1,10 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
#define NULL ((void*)0)
|
||||
|
||||
void heap_init();
|
||||
|
||||
void* malloc(size_t size);
|
||||
void* malloc();
|
||||
void free(void* ptr);
|
Loading…
Add table
Add a link
Reference in a new issue