ClickHouse/src/Common/remapExecutable.h
2020-10-10 21:37:02 +03:00

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();
}