Searched refs:_total (Results 1 – 1 of 1) sorted by relevance
258 explicit CPtrPool(int max = 500) : _max_free(max), _total(0){}; in _max_free()276 _total++; in AllocPtr()285 _total--; in FreePtr()294 int _total; variable