Reorganise memory utilities

This commit is contained in:
2025-02-24 00:21:14 +00:00
parent 6119cf5c5f
commit 4520f2269d
17 changed files with 104 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
#include "mem_arena.h"
#include "aliases.h"
#include "misc_utils.h"
#include "mem_utils.h"
#include "mem_os.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>