Add object pool

This commit is contained in:
2023-11-15 20:15:59 +01:00
parent 0a44f7b2dc
commit 581da2b990
3 changed files with 82 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ set(BreezeSources
breeze/utils/array.c
breeze/utils/heap.c
breeze/utils/object_pool.c
breeze/utils/tokenizer.c
)
@@ -51,6 +52,7 @@ set(BreezeHeaders
breeze/utils/array.h
breeze/utils/heap.h
breeze/utils/object_pool.h
breeze/utils/string.h
breeze/utils/tokenizer.h