summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/heap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/headers/heap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/exec/score/headers/heap.h b/c/src/exec/score/headers/heap.h
index bf4a8dde6e..b0a2d57f39 100644
--- a/c/src/exec/score/headers/heap.h
+++ b/c/src/exec/score/headers/heap.h
@@ -278,6 +278,16 @@ STATIC INLINE Heap_Block *_Heap_Block_at(
unsigned32 offset
);
+/*PAGE
+ *
+ * _Heap_User_Block_at
+ *
+ */
+
+STATIC INLINE Heap_Block *_Heap_User_Block_at(
+ void *base
+);
+
/*
* _Heap_Is_previous_block_free
*