mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
5 lines
59 B
C++
5 lines
59 B
C++
#pragma once
|
|
|
|
/// Get memory page size
|
|
long getPageSize();
|