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

Method scanHeap

src/pystack/_pystack/process.cpp:473–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473remote_addr_t
474AbstractProcessManager::scanHeap() const
475{
476 LOG(INFO) << "Scanning HEAP section for PyInterpreterState";
477 if (!d_heap) {
478 LOG(INFO) << "HEAP analysis could not be performed because the HEAP section is missing";
479 return (remote_addr_t) nullptr;
480 }
481 return scanMemoryAreaForInterpreterState(d_heap.value());
482}
483
484remote_addr_t
485AbstractProcessManager::findDebugOffsetsFromMaps() const

Callers

nothing calls this directly

Calls 1

LOGClass · 0.85

Tested by

no test coverage detected