update c11.refactor for mdesk symbols

This commit is contained in:
ed
2025-02-10 14:35:09 -05:00
parent d84c47c5ee
commit e07d7dbc2b
4 changed files with 82 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ enum
// Will assume backing can chain multiple block_size arenas however. If there is an allocation failure it will assert.
ArenaFlag_NoChainVirtual = (1 << 1),
// Backing allocator identified as VArena during initialization
ArenaFlag_Virtual = (1 << 0),
ArenaFlag_Virtual = (1 << 2),
};
typedef struct ArenaParams ArenaParams;