From 37509959b261e28607ca9ae1ce247c0463b39f42 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Mon, 10 Dec 2012 14:51:23 -0500 Subject: libcsupport: Doxygen enhancement task #5 http://www.google-melange.com/gci/task/view/google/gci2012/7992211 --- cpukit/libcsupport/include/rtems/libcsupport.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h') diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h index a3e5517046..600ee84562 100644 --- a/cpukit/libcsupport/include/rtems/libcsupport.h +++ b/cpukit/libcsupport/include/rtems/libcsupport.h @@ -40,6 +40,12 @@ extern void malloc_dump(void); */ extern bool malloc_walk(int source, bool printf_enabled); void malloc_set_heap_pointer(Heap_Control *new_heap); + +/** + * @brief RTEMS Malloc Get Heap Pointer + * + * This routine is primarily used for debugging. + */ Heap_Control *malloc_get_heap_pointer( void ); extern void libc_init(void); extern int host_errno(void); @@ -47,6 +53,11 @@ extern void fix_syscall_errno(void); extern size_t malloc_free_space(void); extern void open_dev_console(void); +/** + * @brief RTEMS Malloc Get Status Information + * + * Find amount of free heap remaining. + */ extern int malloc_info(Heap_Information_block *the_info); /* -- cgit v1.2.3