Add stack allocator
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "object_pool.h"
|
||||
|
||||
#include "../core/memory.h"
|
||||
#include "../memory/memory.h"
|
||||
|
||||
typedef struct BzObjectPool {
|
||||
void *objects;
|
||||
|
||||
Reference in New Issue
Block a user