RTEMS  5.1
Typedefs | Functions
heapwalk.c File Reference

Heap Handler implementation. 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. More...
 

Detailed Description

Heap Handler implementation.