MCPcopy 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
1407uint64_t bcache_get_num_free_blocks()
1408{
1409 return freelist_count;
1410}
1411
1412uint64_t bcache_get_num_blocks(struct filemgr *file)
1413{

Callers 3

_filemgr_prefetch_threadFunction · 0.85
filemgr_prefetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected