|
Thrill
0.1
|
#include <thrill/mem/pool.hpp>#include <tlx/die.hpp>#include <tlx/math/ffs.hpp>#include <tlx/math/integer_log2.hpp>#include <iostream>#include <limits>#include <new>
Include dependency graph for pool.cpp:Go to the source code of this file.
Namespaces | |
| thrill | |
| thrill::mem | |
Functions | |
| static size_t | bin_lower_bound (size_t bin) |
| lowest size still in bin More... | |
| static size_t | calc_bin_for_size (size_t size) |
| determine bin for size. More... | |
| Pool & | GPool () |
| singleton instance of global pool for I/O data structures More... | |