| 48 | } |
| 49 | |
| 50 | AsyncDataCacheEntry::~AsyncDataCacheEntry() { |
| 51 | shard_->cache()->allocator()->freeNonContiguous(data_); |
| 52 | } |
| 53 | |
| 54 | void AsyncDataCacheEntry::setExclusiveToShared(bool cacheable) { |
| 55 | BOLT_CHECK(isExclusive()); |
nothing calls this directly
no test coverage detected