Completed first draft of slab allocator

This commit is contained in:
2024-03-07 03:10:21 -05:00
parent d63c58008e
commit 6836459a1d
6 changed files with 319 additions and 51 deletions

View File

@ -325,7 +325,7 @@ ui_box_equal :: proc( a, b : ^ UI_Box ) -> b32 {
ui_box_make :: proc( flags : UI_BoxFlags, label : string ) -> (^ UI_Box)
{
using get_state().ui_context
using ui := get_state().ui_context
key := ui_key_from_string( label )