RTEMS 6.1-rc6
|
This source file contains the implementation of _Heap_Walk(). More...
#include <rtems/score/address.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/interr.h>
#include <rtems/bspIo.h>
Typedefs | |
typedef void(* | Heap_Walk_printer) (int, bool, const char *,...) |
Functions | |
bool | _Heap_Walk (Heap_Control *heap, int source, bool dump) |
Verifies the integrity of the heap. | |
This source file contains the implementation of _Heap_Walk().