#include <tlsf_allocator.h>
Static Public Attributes | |
static constexpr size_t | kMinSize = 64 |
static constexpr size_t | kNumShelves = 10 |
Default values for the template parameters of TlsfAllocator
.
By default, this is tuned for allocations between 64B and 64KB.
|
staticconstexpr |
Default maximum inner size of the smallest bucket in a TLSF allocator's two-dimensional array of buckets.
|
staticconstexpr |
Default number of rows in a TLSF allocator's two-dimensional array of buckets.