RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Typedefs | Functions
heapwalk.c File Reference

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.
 

Detailed Description

This source file contains the implementation of _Heap_Walk().