summaryrefslogtreecommitdiff
path: root/src/std/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/mem.h')
-rw-r--r--src/std/mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std/mem.h b/src/std/mem.h
index 26da778..1d508ce 100644
--- a/src/std/mem.h
+++ b/src/std/mem.h
@@ -57,6 +57,7 @@ bool void_pool_is_full(void_pool* pool);
void* void_pool_get(void_pool* pool, u32 raw_handle);
void* void_pool_alloc(void_pool* pool, u32* out_raw_handle);
void void_pool_dealloc(void_pool* pool, u32 raw_handle);
+// TODO: fn to dealloc from the pointer that was handed out
// TODO: macro that lets us specialise