summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pdbox/TLSF-2.4.4/TODO
blob: d7c07b8421af420119cfd69b3bf035b16d5bdc8a (plain)
1
2
3
4
5
6
7
8
9
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.