tlsf); lv_tlsf_destroytlsf); lv_mem_init); #endif }@@ -1227 122,7 @@ void * lv_mem_alloc(size_t size) } #if LV_CUSTOM == 0 void * alloc= tlsf_malloc(tlsf, size); void * alloc= lv_tlsf_malloc(tlsf, size); #else void* alloc= LV_MEM_CUSTOM_ALLOC...
You can try using the compilers malloc. See here I've already tried that actually, both yields similar timing, hence I suspect memory bandwidth being the cause. We use TLSF in other places and itself doesn't seem to cause more latency. Can you run a profiler to see where the bottleneck...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...