+ add comment
This commit is contained in:
parent
99141fa5e5
commit
f56a365a03
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ public:
|
|||
{
|
||||
initialSize_ = size;
|
||||
unsigned total_size = usedPool_.size() + unusedPool_.size();
|
||||
// ensure we don't have ghost obj's in the pool.
|
||||
if (total_size < initialSize_)
|
||||
{
|
||||
unsigned grow_size = initialSize_ - total_size ;
|
||||
|
|
Loading…
Add table
Reference in a new issue