Rename mem allocator
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user