summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-18 20:52:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-18 20:52:16 +0000
commitb1c215e8ab4ad5a4763bac5e031d534c2ba73fa3 (patch)
tree327de4796b593e4b0d223b0afa59e7d8c435ca4f /cpukit/libcsupport/include
parentloop to clear workspace memory changed to use sizeof rather than (diff)
downloadrtems-b1c215e8ab4ad5a4763bac5e031d534c2ba73fa3.tar.bz2
added prototype for malloc_walk
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index f43cd189e1..e426ec5ef5 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -30,6 +30,7 @@ void RTEMS_Malloc_Initialize(
);
extern void malloc_dump(void);
+extern void malloc_walk(size_t source, size_t printf_enabled);
extern void libc_init(int reentrant);
extern int host_errno(void);
extern void fix_syscall_errno(void);