This commit is contained in:
2024-09-07 20:53:20 +01:00
parent c90874ad10
commit 034b105ea1
6 changed files with 36 additions and 12 deletions

View File

@@ -25,7 +25,9 @@ struct arena {
};
/***************************************************************************/ //
////////////////////////////////////////////////////////////////////////////////
////// Arena API definitions
////////////////////////////////////////////////////////////////////////////////
/***************************************************************************/ //
bool wapp_mem_arena_init_custom(Arena **arena, u64 base_capacity,
@@ -119,4 +121,4 @@ void wapp_mem_arena_destroy(Arena **arena) {
*arena = NULL;
}
///////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////