This commit is contained in:
James Cherry
2020-05-03 19:33:27 -07:00
parent ad6ddc146a
commit 823f754806
+1
View File
@@ -55,6 +55,7 @@ private:
BlockIdx free_block_idx_;
// Index of next free object in free_block_idx_.
ObjectIdx free_idx_;
// Don't use std::vector so growing blocks_ can be thread safe.
size_t blocks_size_;
size_t blocks_capacity_;
ArrayBlock<TYPE>* *blocks_;