summaryrefslogtreecommitdiff
path: root/qstd/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'qstd/memory.h')
-rw-r--r--qstd/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qstd/memory.h b/qstd/memory.h
index 26c0382..842cb49 100644
--- a/qstd/memory.h
+++ b/qstd/memory.h
@@ -53,4 +53,5 @@ void heap_free(
void* p
);
void heap_defrag(Heap* h);
+int heap_block_size(void* ptr);
#endif