This commit is contained in:
ed
2025-02-01 18:30:43 -05:00
parent a4e836dda8
commit 7a95ada831
13 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void* alloc( AllocatorInfo a, SSIZE size );
void* alloc_align( AllocatorInfo a, SSIZE size, SSIZE alignment );
//! Free allocated memory.
void allocator_free( AllocatorInfo a, void* ptr );
void alloc_free( AllocatorInfo a, void* ptr );
//! Free all memory allocated by an allocator.
void free_all( AllocatorInfo a );