rename allocator to cig

This commit is contained in:
2025-10-11 03:31:23 +02:00
parent 20cac1737e
commit c240443828
8 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "allocator.h"
#include "cig.h"
static void *stdlib_alloc(void *this, size_t bytes, const char *file, int line) {
(void)this;