Minor updates

This commit is contained in:
Nils O. Selåsdal
2026-06-07 20:07:58 +02:00
parent c31aff806d
commit 83805e64c0
6 changed files with 63 additions and 27 deletions
+2
View File
@@ -3,6 +3,8 @@
void *platform_malloc(size_t sz);
void platform_free(void *mem);
U32 platform_page_size(void);
void *memory_allocate(size_t sz);
void *memory_free(void *mem, size_t sz);