MCPcopy Create free account
hub / github.com/bytedance/bolt / ~AsyncDataCacheEntry

Method ~AsyncDataCacheEntry

bolt/common/caching/AsyncDataCache.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50AsyncDataCacheEntry::~AsyncDataCacheEntry() {
51 shard_->cache()->allocator()->freeNonContiguous(data_);
52}
53
54void AsyncDataCacheEntry::setExclusiveToShared(bool cacheable) {
55 BOLT_CHECK(isExclusive());

Callers

nothing calls this directly

Calls 3

freeNonContiguousMethod · 0.45
allocatorMethod · 0.45
cacheMethod · 0.45

Tested by

no test coverage detected