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:
parent
dae39989db
commit
9cd5c3e119
9 changed files with 465 additions and 118 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue