35 #if defined(__cplusplus)
81 #if defined(__cplusplus)
void * tlsf_get_heap_addr(const tlsf_memory_heap_t *heap)
void tlsf_free_r(tlsf_memory_heap_t *heap, void *ptr)
void * tlsf_realloc_r(tlsf_memory_heap_t *heap, void *ptr, size_t size)
void tlsf_init_heaps(void)
void tlsf_stat_r(tlsf_memory_heap_t *heap, struct tlsf_stat_t *stat)
size_t mfree
free memory available
int tlsf_check_r(tlsf_memory_heap_t *heap)
void * tlsf_memalign_r(tlsf_memory_heap_t *heap, size_t align, size_t bytes)
void * tlsf_malloc_r(tlsf_memory_heap_t *heap, size_t bytes)
Dynamic memory allocation based on TLSF library.