From d75880e8a6d4af817c464118ce9a43abca8cf3be Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 19 Dec 2024 19:09:59 +1100 Subject: heap_block_size --- qstd/memory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qstd/memory.h') 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 -- cgit v1.2.3-54-g00ecf