From c56950ea3a9e0244461ce445f25bd7a80c8f7199 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 27 Mar 2012 16:27:02 +0200 Subject: tlsf: move to /lib (it's also used by plugins). Change-Id: I5e37b28c1ce4608d60b036343f280af3311ad490 --- lib/tlsf/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/tlsf/TODO (limited to 'lib/tlsf/TODO') diff --git a/lib/tlsf/TODO b/lib/tlsf/TODO new file mode 100644 index 0000000..d7c07b8 --- /dev/null +++ b/lib/tlsf/TODO @@ -0,0 +1,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. -- cgit v1.1