Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ imageBase
Method
imageBase
src/codeCache.h:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
const char* imageBase() const {
156
return _image_base;
157
}
158
159
bool contains(const void* address) const {
160
return address >= _min_address && address < _max_address;
Callers
2
verifyBaseAddress
Function · 0.80
UnloadProtection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected