summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-11 06:49:45 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-11 06:49:45 -0500
commitc9bb60a94cf2c11d16d8d15f16e079b84d0e7b6d (patch)
tree32c279a6df64cd03ba91aeb0e6916f18a257c9fa /cpukit/libcsupport/include/rtems/libcsupport.h
parentlibcsupport: Doxygen enhancement task #5 (diff)
downloadrtems-c9bb60a94cf2c11d16d8d15f16e079b84d0e7b6d.tar.bz2
libcsupport: GCI Doxygen Task #7
http://www.google-melange.com/gci/task/view/google/gci2012/7975223
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 600ee84562..abe70205e3 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -39,6 +39,12 @@ extern void malloc_dump(void);
* @brief Malloc Walk
*/
extern bool malloc_walk(int source, bool printf_enabled);
+
+/**
+ * @brief RTEMS Malloc Set Heap Pointer
+ *
+ * This routine is primarily used for debugging.
+ */
void malloc_set_heap_pointer(Heap_Control *new_heap);
/**