|
Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
Dynamic memory allocation based on TLSF library. More...
#include <ch.h>#include <hal.h>
Include dependency graph for tlsf_malloc_arch.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | HEAP_CCM ccmHeap |
| #define | HEAP_CCM_SIZE 16384 |
| #define | HEAP_CCM_SECTION NODMA_SECTION |
| #define | HEAP_DEFAULT HEAP_CCM |
Dynamic memory allocation based on TLSF library.
Definition in file tlsf_malloc_arch.h.
| #define HEAP_CCM ccmHeap |
Definition at line 43 of file tlsf_malloc_arch.h.
| #define HEAP_CCM_SECTION NODMA_SECTION |
Definition at line 45 of file tlsf_malloc_arch.h.
| #define HEAP_CCM_SIZE 16384 |
Definition at line 44 of file tlsf_malloc_arch.h.
Referenced by tlsf_init_heaps().
| #define HEAP_DEFAULT HEAP_CCM |
Definition at line 47 of file tlsf_malloc_arch.h.
Referenced by sdLogInit().