RTEMS  5.1
Functions
malloc_dirtier.c File Reference

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...
 

Detailed Description

Dirty Memory Function.

Function Documentation

◆ rtems_malloc_dirty_memory()

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.