comment
This commit is contained in:
parent
ad6ddc146a
commit
823f754806
|
|
@ -55,6 +55,7 @@ private:
|
||||||
BlockIdx free_block_idx_;
|
BlockIdx free_block_idx_;
|
||||||
// Index of next free object in free_block_idx_.
|
// Index of next free object in free_block_idx_.
|
||||||
ObjectIdx free_idx_;
|
ObjectIdx free_idx_;
|
||||||
|
// Don't use std::vector so growing blocks_ can be thread safe.
|
||||||
size_t blocks_size_;
|
size_t blocks_size_;
|
||||||
size_t blocks_capacity_;
|
size_t blocks_capacity_;
|
||||||
ArrayBlock<TYPE>* *blocks_;
|
ArrayBlock<TYPE>* *blocks_;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue