MCPcopy 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
140size_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

mainMethod · 0.85

Calls 2

getMappedAreaFunction · 0.85
remapToHugeStep1Function · 0.85

Tested by

no test coverage detected