|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Dynamic memory allocation based on TLSF library. More...
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 FAST_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 35 of file tlsf_malloc_arch.h.
| #define HEAP_CCM_SECTION FAST_SECTION |
Definition at line 42 of file tlsf_malloc_arch.h.
| #define HEAP_CCM_SIZE 16384 |
Definition at line 40 of file tlsf_malloc_arch.h.
Referenced by tlsf_init_heaps().
| #define HEAP_DEFAULT HEAP_CCM |
Definition at line 44 of file tlsf_malloc_arch.h.
Referenced by sdLogInit().