mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
8 lines
138 B
C++
8 lines
138 B
C++
|
namespace DB
|
||
|
{
|
||
|
|
||
|
/// This function tries to reallocate the code of the running program in a more efficient way.
|
||
|
void remapExecutable();
|
||
|
|
||
|
}
|