![]() |
RTEMS 5.2
|
Dirty Memory Function. More...
#include <rtems.h>#include <rtems/malloc.h>#include "malloc_p.h"#include <errno.h>#include <string.h>Functions | |
| void | rtems_malloc_dirty_memory (void *start, size_t size) |
| Dirty Memory Function. More... | |
Dirty Memory Function.
| void rtems_malloc_dirty_memory | ( | void * | start, |
| size_t | size | ||
| ) |
Dirty Memory Function.
This method fills the specified area with a non-zero pattern to aid in debugging programs which do not initialize their memory allocated from the heap.