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

Method scanBSS

src/pystack/_pystack/process.cpp:444–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444remote_addr_t
445AbstractProcessManager::scanBSS() const
446{
447 LOG(INFO) << "Scanning BSS section for PyInterpreterState";
448 if (!d_bss) {
449 LOG(INFO) << "BSS analysis could not be performed because the BSS section is missing";
450 return (remote_addr_t) nullptr;
451 }
452 return scanMemoryAreaForInterpreterState(d_bss.value());
453}
454
455remote_addr_t
456AbstractProcessManager::scanAllAnonymousMaps() const

Callers

nothing calls this directly

Calls 1

LOGClass · 0.85

Tested by

no test coverage detected