Searched defs:deque_block_size (Results 1 – 1 of 1) sorted by relevance
77 struct deque_block_size struct80 static const std::size_t block_bytes = BlockBytes ? BlockBytes : 512u;81 … = BlockSize ? BlockSize : (sizeof(T) < block_bytes ? (block_bytes/sizeof(T)) : std::size_t(1));