ClickHouse/src/Common/remapExecutable.h

8 lines
138 B
C++
Raw Normal View History

namespace DB
{
/// This function tries to reallocate the code of the running program in a more efficient way.
void remapExecutable();
}