|
RTEMS CPU Kit with SuperCore
4.11.3
|
Heap Handler API. More...
#include <rtems/score/heapimpl.h>
Functions | |
| Heap_Block * | _Heap_Greedy_allocate (Heap_Control *heap, const uintptr_t *block_sizes, size_t block_count) |
| Greedy allocate that empties the heap. More... | |
| Heap_Block * | _Heap_Greedy_allocate_all_except_largest (Heap_Control *heap, uintptr_t *allocatable_size) |
| Greedy allocate all blocks except the largest free block. More... | |
| void | _Heap_Greedy_free (Heap_Control *heap, Heap_Block *blocks) |
| Frees blocks of a greedy allocation. More... | |
Heap Handler API.
1.8.13