mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
9 lines
151 B
C++
9 lines
151 B
C++
#pragma once
|
|
namespace DB
|
|
{
|
|
|
|
/// This function tries to reallocate the code of the running program in a more efficient way.
|
|
void remapExecutable();
|
|
|
|
}
|