From 3815a2b73c951c77f7e06f30837e95bcfe709ec8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Oct 2000 15:02:06 +0000 Subject: 2000-10-18 Joel Sherrill * libc/Makefile.am: Added mallocfreespace.c. * libc/mallocfreespace.c: New file based on work by Nick Simon which he included in malloc.c. * libc/libcsupport.h: Added prototype for malloc_free_space(). --- c/src/lib/include/rtems/libcsupport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/include') diff --git a/c/src/lib/include/rtems/libcsupport.h b/c/src/lib/include/rtems/libcsupport.h index 4c6764c1d4..4def1e82c5 100644 --- a/c/src/lib/include/rtems/libcsupport.h +++ b/c/src/lib/include/rtems/libcsupport.h @@ -33,6 +33,7 @@ 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); +extern size_t malloc_free_space(); #ifdef __cplusplus } -- cgit v1.2.3