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

Method JitWriteProtection

src/os_linux.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91JitWriteProtection::JitWriteProtection(bool enable) {
92 // Not used on Linux
93}
94
95JitWriteProtection::~JitWriteProtection() {
96 // Not used on Linux

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected