27#ifndef TEMPTABLE_CONSTANTS_H
28#define TEMPTABLE_CONSTANTS_H
36inline constexpr unsigned long long operator"" _KiB(
38 unsigned long long n) {
44inline constexpr unsigned long long operator"" _MiB(
46 unsigned long long n) {
52inline constexpr unsigned long long operator"" _GiB(
54 unsigned long long n) {
#define CPU_LEVEL1_DCACHE_LINESIZE
Definition: my_config.h:310
Definition: allocator.h:48
constexpr size_t ALLOCATOR_MAX_BLOCK_MB_EXP
log2(allocator max block size in MiB).
Definition: constants.h:60
constexpr size_t KV_STORE_SHARDS_COUNT
Number of shards in key-value store.
Definition: constants.h:85
constexpr size_t STORAGE_PAGE_SIZE
Storage page size.
Definition: constants.h:69
constexpr size_t INDEX_DEFAULT_HASH_TABLE_BUCKETS
Number of buckets to have by default in a hash index.
Definition: constants.h:72
constexpr size_t ALLOCATOR_MAX_BLOCK_BYTES
Limit on the size of a block created by Allocator (in bytes).
Definition: constants.h:65
constexpr bool DEBUG_BUILD
Store build-type information into the constexpr expression.
Definition: constants.h:76
constexpr size_t SHARED_BLOCK_POOL_SIZE
Size of a pool containing shared-blocks.
Definition: constants.h:88
constexpr size_t L1_DCACHE_SIZE
Store L1-dcache size information into the constexpr expression.
Definition: constants.h:82
int n
Definition: xcom_base.cc:509