Reorganise allocators

This commit is contained in:
2024-09-07 20:27:49 +01:00
parent d30eee0cf8
commit 8468bb8e28
9 changed files with 161 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
#include "test_allocator.h"
#include "libc/mem_libc.h"
#include "libc/mem_libc_allocator.h"
#include "mem_allocator.h"
#include "mem_arena.h"
#include "mem_arena_allocator.h"
#include "tester.h"
#include <stdbool.h>
#include <stdlib.h>