Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcherry56 committed May 4, 2020
1 parent ad6ddc1 commit 823f754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sta/ArrayTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
Expand Down

0 comments on commit 823f754

Please sign in to comment.