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

Method can_fit

src/pystack/_pystack/mem.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool
210LRUCache::can_fit(size_t size)
211{
212 return d_cache_capacity >= size;
213}
214
215ProcessMemoryManager::ProcessMemoryManager(pid_t pid, const std::vector<VirtualMap>& vmaps)
216: d_pid(pid)

Callers 1

copyMemoryFromProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected