diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-07-23 21:37:35 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-07-23 21:37:35 +0000 |
| commit | 840cd1069292e3f29d18e57f2274ec1e979f858b (patch) | |
| tree | 0ee1d43fa3863de53c99432dc32001e625703d1c /apps/plugins/pdbox/SOURCES | |
| parent | 0d9b7ec73e71188632a4fd584dfd745aeb7571b3 (diff) | |
| download | rockbox-840cd1069292e3f29d18e57f2274ec1e979f858b.zip rockbox-840cd1069292e3f29d18e57f2274ec1e979f858b.tar.gz rockbox-840cd1069292e3f29d18e57f2274ec1e979f858b.tar.bz2 rockbox-840cd1069292e3f29d18e57f2274ec1e979f858b.tar.xz | |
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
Diffstat (limited to 'apps/plugins/pdbox/SOURCES')
| -rw-r--r-- | apps/plugins/pdbox/SOURCES | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/pdbox/SOURCES b/apps/plugins/pdbox/SOURCES index 9f54273..04cff3c 100644 --- a/apps/plugins/pdbox/SOURCES +++ b/apps/plugins/pdbox/SOURCES @@ -2,13 +2,13 @@ pdbox.c pdbox-net.c pdbox-func.c -dbestfit-3.3/bmalloc.c -dbestfit-3.3/bysize.c -dbestfit-3.3/dmalloc.c +TLSF-2.4.4/src/tlsf.c +/* +wfirstfit.c +*/ PDa/src/s_audio_rockbox.c - PDa/src/g_canvas.c PDa/src/g_graph.c PDa/src/g_text.c @@ -130,7 +130,7 @@ PDa/intern/vline~.c PDa/intern/vsnapshot~.c PDa/intern/wrap~.c -PDa/extra/OSCroute.c +/* PDa/extra/OSCroute.c */ PDa/extra/bandpass.c /* PDa/extra/dumpOSC.c Does not compile, file handling stuff */ PDa/extra/equalizer.c |