Searched refs:lv_tlsf_malloc (Results 1 – 3 of 3) sorted by relevance
66 void * lv_tlsf_malloc(lv_tlsf_t tlsf, size_t bytes);
1098 void * lv_tlsf_malloc(lv_tlsf_t tlsf, size_t size) in lv_tlsf_malloc() function1198 p = lv_tlsf_malloc(tlsf, size); in lv_tlsf_realloc()1215 p = lv_tlsf_malloc(tlsf, size); in lv_tlsf_realloc()
132 void * alloc = lv_tlsf_malloc(tlsf, size); in lv_mem_alloc()