| 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 |
no outgoing calls