ClickHouse/src/Common/remapExecutable.h

9 lines
151 B
C++
Raw Normal View History

2020-10-10 18:37:02 +00:00
#pragma once
namespace DB
{
/// This function tries to reallocate the code of the running program in a more efficient way.
void remapExecutable();
}