37#if OPENMRN_FEATURE_THREAD_FREERTOS
38const void *__attribute__((weak))
stack_malloc(
unsigned long length);
46 void *
volatile v = malloc(length);
59 void *
volatile v = malloc(length);
void * stack_malloc(unsigned long length)
Custom malloc function for stack spaces.
void * buffer_malloc(size_t length)
malloc implementation used for allocating buffer space.