mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 10:27:10 +02:00
comment
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user