A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
settings_t Struct Reference

#include <SlabAllocator.h>

+ Collaboration diagram for settings_t:

Public Attributes

int verbose = 0
 
double factor = 2
 
int chunk_size = 24
 
int item_size_max = 10 * 1024 * 1024
 
bool slab_reassign = false
 

Detailed Description

Globally accessible settings as derived from the commandline.

Definition at line 33 of file SlabAllocator.h.

Member Data Documentation

int settings_t::chunk_size = 24

Definition at line 36 of file SlabAllocator.h.

double settings_t::factor = 2

Definition at line 35 of file SlabAllocator.h.

int settings_t::item_size_max = 10 * 1024 * 1024

Definition at line 37 of file SlabAllocator.h.

bool settings_t::slab_reassign = false

Definition at line 38 of file SlabAllocator.h.

int settings_t::verbose = 0

Definition at line 34 of file SlabAllocator.h.


The documentation for this struct was generated from the following file: