Change name Scratch_Scope to Scoped_Arena
This commit is contained in:
@@ -82,7 +82,7 @@ os_get_working_dir(Allocator *allocator) {
|
||||
|
||||
CORE_Static Array<OS_File_Info>
|
||||
os_list_dir(Scratch_Arena *scratch, Allocator *a, String dir, U32 flags = LIST_RECURSE_INTO_DIRS) {
|
||||
Scratch_Scope _scope(scratch);
|
||||
Scoped_Arena _scope(scratch);
|
||||
Array<String> dirs_to_read = {scratch};
|
||||
dirs_to_read.add(dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user