Add stack allocator
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "heap.h"
|
||||
|
||||
#include "../core/memory.h"
|
||||
#include "../memory/memory.h"
|
||||
|
||||
typedef struct BzHeapHead {
|
||||
i32 capacity;
|
||||
|
||||
Reference in New Issue
Block a user