rockbox/apps/plugins/pdbox/TLSF-2.4.4/TODO
Peter D'Hoye 1a4b0cadd6 By Wincent Balin: add a new (better) memory allocation library for pdbox. Next commit will remove dbestfit and make pdbox use this one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21993 a1c6a512-1295-4272-9138-f99709370657
2009-07-21 14:01:51 +00:00

9 lines
290 B
Text

To do list
==========
* Add mmap/sbrk support (DONE - V2.4).
* TLSF rounds-up request size to the head of a free list.
It has been shown to be a good policy for small blocks (<2048).
But for larger blocks this policy may cause excesive fragmentation.
A deeper analisys should be done.