summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/protectedheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/protectedheap.h')
-rw-r--r--cpukit/score/include/rtems/score/protectedheap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/protectedheap.h b/cpukit/score/include/rtems/score/protectedheap.h
index be657155ae..f9407b27db 100644
--- a/cpukit/score/include/rtems/score/protectedheap.h
+++ b/cpukit/score/include/rtems/score/protectedheap.h
@@ -205,6 +205,18 @@ void _Protected_heap_Get_free_information(
Heap_Information *info
);
+/**
+ * This function returns the maximum size of the protected heap.
+ *
+ * @param[in] the_heap points to the heap being operated upon
+ *
+ * @return This method returns the total amount of memory
+ * allocated to the heap.
+ */
+uint32_t _Protected_heap_Get_size(
+ Heap_Control *the_heap
+);
+
#ifdef __cplusplus
}
#endif