]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/tlsf/lib/contrib/TODO
Inital import
[l4.git] / l4 / pkg / tlsf / lib / contrib / TODO
1 To do list
2 ==========
3
4 * Add mmap/sbrk support (DONE - V2.4).
5
6 * TLSF rounds-up request size to the head of a free list.
7         It has been shown to be a good policy for small blocks (<2048).
8         But for larger blocks this policy may cause excesive fragmentation.
9         A deeper analisys should be done.