summaryrefslogtreecommitdiff
path: root/lib/tlsf/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tlsf/TODO')
-rw-r--r--lib/tlsf/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/tlsf/TODO b/lib/tlsf/TODO
new file mode 100644
index 0000000000..d7c07b8421
--- /dev/null
+++ b/lib/tlsf/TODO
@@ -0,0 +1,9 @@
1To 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.