FreeRTOS port on GAP8/RISC-V
|
Macros | |
#define | ALIGN_UP(addr, size) |
#define | ALIGN_DOWN(addr, size) |
#define | Max(x, y) |
Functions | |
uint32_t | __malloc_extern_init (malloc_t *a, void *_chunk, int32_t size) |
void | __malloc_extern_deinit (malloc_t *a) |
void * | __malloc_extern (malloc_t *a, int32_t size) |
uint32_t | __attribute__ ((noinline)) |
#define ALIGN_DOWN | ( | addr, | |
size | |||
) |
Referenced by __malloc_extern_init().
#define ALIGN_UP | ( | addr, | |
size | |||
) |
Referenced by __attribute__(), __malloc_extern(), and __malloc_extern_init().
#define Max | ( | x, | |
y | |||
) |
uint32_t __attribute__ | ( | (noinline) | ) |
References ALIGN_UP, and Catch::Generators::chunk().
void* __malloc_extern | ( | malloc_t * | a, |
int32_t | size | ||
) |
References ALIGN_UP.
void __malloc_extern_deinit | ( | malloc_t * | a | ) |
uint32_t __malloc_extern_init | ( | malloc_t * | a, |
void * | _chunk, | ||
int32_t | size | ||
) |
References ALIGN_DOWN, ALIGN_UP, and Catch::Generators::chunk().