Searched refs:checkRealloc (Results 1 – 1 of 1) sorted by relevance
/external/skia/include/private/base/ |
D | SkTArray.h | 91 this->checkRealloc(that.size(), kExactFit); 114 this->checkRealloc(that.size(), kExactFit); 135 this->checkRealloc(n, kExactFit); in reset() 148 this->checkRealloc(count, kExactFit); in reset() 159 this->checkRealloc(n - this->size(), kGrowing); in reserve() 171 this->checkRealloc(n, kExactFit); in reserve_back() 255 this->checkRealloc(n, kGrowing); in push_back_n() 269 this->checkRealloc(n, kGrowing); in move_back_n() 589 this->checkRealloc(n, kGrowing); in push_back_raw() 595 void checkRealloc(int delta, double growthFactor) { in checkRealloc() function
|