forked from Imagelibrary/rtems
Add local prototype for malloc_walk, malloc_info.
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user