Rename mem allocator
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "test_file.h"
|
||||
|
||||
#define DST_CAPACITY 5
|
||||
wp_intern Allocator arena = {0};
|
||||
wp_intern WpAllocator arena = {0};
|
||||
wp_intern WpStr8RO test_filename = wpStr8LitRoInitialiserList("wapptest.bin");
|
||||
wp_intern WpStr8RO new_filename = wpStr8LitRoInitialiserList("wapptest2.bin");
|
||||
wp_intern WFile *test_fp = NULL;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "test_file.h"
|
||||
|
||||
#define DST_CAPACITY 5
|
||||
wp_intern Allocator arena = {};
|
||||
wp_intern WpAllocator arena = {};
|
||||
wp_intern WpStr8RO test_filename = wpStr8LitRoInitialiserList("wapptest.bin");
|
||||
wp_intern WpStr8RO new_filename = wpStr8LitRoInitialiserList("wapptest2.bin");
|
||||
wp_intern WFile *test_fp = NULL;
|
||||
|
||||
Reference in New Issue
Block a user