| 151 | } |
| 152 | |
| 153 | void |
| 154 | MemoryMapInformation::setHeap(const VirtualMap& heap) |
| 155 | { |
| 156 | d_heap = heap; |
| 157 | } |
| 158 | |
| 159 | LRUCache::LRUCache(size_t capacity) |
| 160 | : d_cache_capacity(capacity) |
nothing calls this directly
no outgoing calls
no test coverage detected