MCPcopy Create free account
hub / github.com/bytedance/bolt / allocator

Method allocator

bolt/common/caching/AsyncDataCache.h:739–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 uint64_t shrink(uint64_t targetBytes) override;
738
739 memory::MemoryAllocator* allocator() const override {
740 return allocator_;
741 }
742
743 /// Finds or creates a cache entry corresponding to 'key'. The entry
744 /// is returned in 'pin'. If the entry is new, it is pinned in

Callers 6

~AsyncDataCacheEntryMethod · 0.45
initializeMethod · 0.45
removeEntryLockedMethod · 0.45
freeAllocationsMethod · 0.45
initializeCacheMethod · 0.45
initializeCacheMethod · 0.45

Calls

no outgoing calls

Tested by 2

initializeCacheMethod · 0.36
initializeCacheMethod · 0.36