MCPcopy Create free account
hub / github.com/bloomberg/pystack / setHeap

Method setHeap

src/pystack/_pystack/mem.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void
154MemoryMapInformation::setHeap(const VirtualMap& heap)
155{
156 d_heap = heap;
157}
158
159LRUCache::LRUCache(size_t capacity)
160: d_cache_capacity(capacity)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected