mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
8 lines
86 B
C++
8 lines
86 B
C++
#pragma once
|
|
|
|
#include <base/types.h>
|
|
|
|
|
|
/// Get memory page size
|
|
Int64 getPageSize();
|