Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ remapExecutable
Function
remapExecutable
src/Common/remapExecutable.cpp:140–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
140
size_t remapExecutable()
141
{
142
auto [begin, size] = getMappedArea(reinterpret_cast<void *>(remapExecutable));
143
remapToHugeStep1(begin, size);
144
return size;
145
}
146
147
}
148
Callers
1
main
Method · 0.85
Calls
2
getMappedArea
Function · 0.85
remapToHugeStep1
Function · 0.85
Tested by
no test coverage detected