mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
fix free block check and remove unused free_size field
This commit is contained in:
committed by
Ryan Fleury
parent
8f749f4239
commit
082f6cf6fd
@@ -42,7 +42,6 @@ struct Arena
|
||||
char *allocation_site_file;
|
||||
int allocation_site_line;
|
||||
#if ARENA_FREE_LIST
|
||||
U64 free_size;
|
||||
Arena *free_last;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user