MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / adjustSP

Method adjustSP

src/stackFrame_x64.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) {
204 // Not needed
205}
206
207bool StackFrame::checkInterruptedSyscall() {
208#ifdef __APPLE__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected