aboutsummaryrefslogtreecommitdiff
path: root/src/lib/inc/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/inc/def.h')
-rw-r--r--src/lib/inc/def.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/inc/def.h b/src/lib/inc/def.h
index 409c0b3..42939a0 100644
--- a/src/lib/inc/def.h
+++ b/src/lib/inc/def.h
@@ -24,14 +24,5 @@ typedef unsigned long long u64;
*/
#define NULL ((void *)0)
-#define malloc(n) ((void *)((HEAP += n) - n)) // TODO: Implement real/better malloc/free
-#define free(x)
-
-/**
- * Heap
- */
-
-extern u32 HEAP;
-extern u32 HEAP_START;
#endif