[Cs3] deque block size

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Feb 8 16:57:46 EST 2018


CS3 students,

This is regarding the question of whether STL deque block size is
accessible or modifiable. It turns out, it is not. Various
implementations use different deque block sizes. There is no portable
way to see or set the block size.

So, deque memory allocation is opaque.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list