Rename mem allocator

This commit is contained in:
2026-06-26 16:24:03 +01:00
parent 99d6404ec4
commit f4bffec947
31 changed files with 167 additions and 167 deletions
+4 -4
View File
@@ -81,8 +81,8 @@ WpTestFuncResult test_cpath_join_path(void) {
}
WpTestFuncResult test_cpath_dirname(void) {
Allocator arena = wapp_mem_arena_allocator_init(MiB(8));
if (wapp_mem_allocator_invalid(&arena)) {
WpAllocator arena = wapp_mem_arena_allocator_init(MiB(8));
if (wpMemAllocatorInvalid(&arena)) {
return wpTesterResult(false);
}
@@ -129,8 +129,8 @@ WpTestFuncResult test_cpath_dirname(void) {
}
WpTestFuncResult test_cpath_dirup(void) {
Allocator arena = wapp_mem_arena_allocator_init(MiB(8));
if (wapp_mem_allocator_invalid(&arena)) {
WpAllocator arena = wapp_mem_arena_allocator_init(MiB(8));
if (wpMemAllocatorInvalid(&arena)) {
return wpTesterResult(false);
}