Struct to calculate the block size based on the (specializable) alignment value. More...
#include <fixed_mem_pool.h>
Static Public Attributes | |
static const size_t | value |
Struct to calculate the block size based on the (specializable) alignment value.
const size_t nvwa::fixed_mem_pool< _Tp >::block_size::value [static] |
(sizeof(_Tp) + fixed_mem_pool<_Tp>::alignment::value - 1) & ~(fixed_mem_pool<_Tp>::alignment::value - 1)