Slab allocator works!

This commit is contained in:
2024-03-07 19:15:54 -05:00
parent aa47f0ead0
commit a5208f2be2
4 changed files with 19 additions and 11 deletions

View File

@ -248,7 +248,7 @@ UI_Box :: struct {
UI_Layout_Stack_Size :: 512
UI_Style_Stack_Size :: 512
UI_Parent_Stack_Size :: 1024
UI_Built_Boxes_Array_Size :: Kilobyte * 8
UI_Built_Boxes_Array_Size :: 128
UI_State :: struct {
// TODO(Ed) : Use these