refactor: name conflict

This commit is contained in:
2026-05-26 20:20:15 -06:00
parent 278973a006
commit 4a55069171
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#include "allocator.h"
#include "lae_allocator.h"
#include <stdlib.h>
static void* stdlib_alloc(void* ctx, size_t size) {