summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/TLSF-2.4.4/TODO
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-09-23 18:36:13 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-09-23 18:36:13 +0000
commitb11a7fde080b9cee4c92cb8980c597fbf6c32b56 (patch)
tree8da1c43b77696f3e2f2d1743b3662449c2ff1196 /apps/plugins/pdbox/TLSF-2.4.4/TODO
parent073e2062da89d31c73b7fdb40b0fc1dabc89bd17 (diff)
downloadrockbox-b11a7fde080b9cee4c92cb8980c597fbf6c32b56.tar.gz
rockbox-b11a7fde080b9cee4c92cb8980c597fbf6c32b56.zip
Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/TLSF-2.4.4/TODO')
-rw-r--r--apps/plugins/pdbox/TLSF-2.4.4/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugins/pdbox/TLSF-2.4.4/TODO b/apps/plugins/pdbox/TLSF-2.4.4/TODO
deleted file mode 100644
index d7c07b8421..0000000000
--- a/apps/plugins/pdbox/TLSF-2.4.4/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
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.