Add local prototype for malloc_walk, malloc_info.

This commit is contained in:
Ralf Corsepius
2009-10-26 05:56:30 +00:00
parent 25b12d05b5
commit 4088e75402

View File

@@ -33,6 +33,10 @@
#include <errno.h> #include <errno.h>
#include <rtems/score/protectedheap.h> #include <rtems/score/protectedheap.h>
/* HACK: Blatant visibility violations */
extern int malloc_info(Heap_Information_block *the_info);
extern void malloc_walk(size_t source, size_t printf_enabled);
/* /*
* A simple test of realloc * A simple test of realloc
*/ */