mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
7bf547a928
* feat(mem): add initial version of tlsf from : https://github.com/mattconte/tlsf commit: deff9ab509341f264addbd3c8ada533678591905 * feat(mem): switch the default allocator to tlsf * fix(mem): remove the preserved small buffer since the builtin allocator(tlsf) is fast enough now * fix(mem): change LV_MEM_ADD_JUNK to 0 to speed up the normal operation