Home
last modified time | relevance | path

Searched refs:read_ahead_cache_ (Results 1 – 2 of 2) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dvfs.h661 tdb_unique_ptr<ReadAheadCache> read_ahead_cache_; variable
H A Dvfs.cc941 read_ahead_cache_ = tdb_unique_ptr<ReadAheadCache>( in init()
1579 RETURN_NOT_OK(read_ahead_cache_->read(uri, offset, buffer, nbytes, &success)); in read_ahead_impl()
1603 RETURN_NOT_OK(read_ahead_cache_->insert(uri, offset, std::move(ra_buffer))); in read_ahead_impl()