RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Functions
rtems_heap_extend_via_sbrk.c File Reference

RTEMS Extend Heap via Sbrk. More...

#include <unistd.h>
#include <rtems/malloc.h>
#include "malloc_p.h"

Functions

void rtems_heap_set_sbrk_amount (ptrdiff_t sbrk_amount)
 
void * rtems_heap_extend_via_sbrk (Heap_Control *heap, size_t alloc_size)
 RTEMS Extend Heap via Sbrk.
 

Detailed Description

RTEMS Extend Heap via Sbrk.