Implemented bucket memory structure for custom allocators
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "toy_common.h"
|
||||
|
||||
typedef enum Toy_AstType {
|
||||
TOY_AST_PASS,
|
||||
TOY_AST_ERROR,
|
||||
} Toy_AstType;
|
||||
|
||||
Reference in New Issue
Block a user