1
0
Fork 0
forked from len0rd/rockbox

Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, ifdef some printfs, and more

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2009-05-26 21:07:40 +00:00
parent 84ea607813
commit 3ca0614de9
8 changed files with 35 additions and 10 deletions

View file

@ -22,11 +22,9 @@
#ifndef PDBOX_H
#define PDBOX_H
#if 0
/* Use dbestfit. */
#include "bmalloc.h"
#include "dmalloc.h"
#endif
/* Minimal memory size. */
#define MIN_MEM_SIZE (4 * 1024 * 1024)