Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
JitWriteProtection::JitWriteProtection(bool enable) {
92
// Not used on Linux
93
}
94
95
JitWriteProtection::~JitWriteProtection() {
96
// Not used on Linux
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected