From 840cd1069292e3f29d18e57f2274ec1e979f858b Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 23 Jul 2009 21:37:35 +0000 Subject: Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as memory allocator. Probably the last patch I commit for him, next changes are for him :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22017 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pdbox/dbestfit-3.3/README | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 apps/plugins/pdbox/dbestfit-3.3/README (limited to 'apps/plugins/pdbox/dbestfit-3.3/README') diff --git a/apps/plugins/pdbox/dbestfit-3.3/README b/apps/plugins/pdbox/dbestfit-3.3/README deleted file mode 100644 index 7452e36279..0000000000 --- a/apps/plugins/pdbox/dbestfit-3.3/README +++ /dev/null @@ -1,21 +0,0 @@ -Package: dbestfit - a dynamic memory allocator -Date: March 30, 2005 -Version: 3.3 -Author: Daniel Stenberg - - I wrote the dmalloc part for small allocation sizes to improve the behavior -of the built-in (first-fit) allocator found in pSOS (around 1996). - - I wrote the bmalloc part (best-fit with splay-tree sorting) just for the fun -of it and to see how good malloc() clone I could make. The quality of my -implementation is still left to be judged in real-world tests. - -TODO: - * Remove the final not-so-very-nice loop in dmalloc.c that checks for a block - with free fragments (when the list gets longer too much time might be spent - in that loop). - - * Add semaphore protection in bmalloc. - - * Make a separate application that samples the memory usage of a program - and is capable of replaying it (in order to test properly). -- cgit v1.2.3