Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/forestdb
/ bcache_get_num_free_blocks
Function
bcache_get_num_free_blocks
src/blockcache.cc:1407–1410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1405
}
1406
1407
uint64_t bcache_get_num_free_blocks()
1408
{
1409
return freelist_count;
1410
}
1411
1412
uint64_t bcache_get_num_blocks(struct filemgr *file)
1413
{
Callers
3
filemgr_get_bcache_used_space
Function · 0.85
_filemgr_prefetch_thread
Function · 0.85
filemgr_prefetch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected