From 7246c8e9978e63058a688db708d8235f841a8d80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Mar 2009 18:10:34 +0000 Subject: 2009-03-02 Joel Sherrill * libcsupport/src/malloc_initialize.c, score/Makefile.am, score/include/rtems/score/protectedheap.h, score/inline/rtems/score/heap.inl: Get total heap size correct when using unified C Program Heap and RTEMS Workspace. * score/src/pheapgetsize.c: New file. --- cpukit/score/include/rtems/score/protectedheap.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/score/include') 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 -- cgit v1.2.3