1
0
Fork 0
forked from len0rd/rockbox

Tagcache update: Support removal of entries and no longer the need for

dircache to load tagcache in ram (however, dircache with tagcache is
still strongly recommended).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-07-10 16:22:03 +00:00
parent dae39989db
commit 9cd5c3e119
9 changed files with 465 additions and 118 deletions

View file

@ -85,6 +85,7 @@ int dircache_save(const char *path);
int dircache_build(int last_size);
void* dircache_steal_buffer(long *size);
bool dircache_is_enabled(void);
bool dircache_is_initializing(void);
int dircache_get_entry_count(void);
int dircache_get_cache_size(void);
int dircache_get_reserve_used(void);