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