Searched refs:checkRealloc (Results 1 – 3 of 3) sorted by relevance
/external/skqp/include/private/ |
D | SkTArray.h | 70 this->checkRealloc(that.count()); 83 this->checkRealloc(that.count()); 117 this->checkRealloc(n); in reset() 133 this->checkRealloc(count); in reset() 147 this->checkRealloc(n); in reserve() 241 this->checkRealloc(n); in push_back_n() 254 this->checkRealloc(n); in move_back_n() 269 this->checkRealloc(0); in pop_back() 282 this->checkRealloc(0); in pop_back_n() 514 this->checkRealloc(n); in push_back_raw() [all …]
|
/external/skia/include/private/ |
D | SkTArray.h | 102 this->checkRealloc(that.count(), kExactFit); 115 this->checkRealloc(that.count(), kExactFit); 149 this->checkRealloc(n, kExactFit); in reset() 165 this->checkRealloc(count, kExactFit); in reset() 179 this->checkRealloc(n, kExactFit); in reserve_back() 273 this->checkRealloc(n, kGrowing); in push_back_n() 286 this->checkRealloc(n, kGrowing); in move_back_n() 301 this->checkRealloc(0, kShrinking); in pop_back() 314 this->checkRealloc(0, kShrinking); in pop_back_n() 530 this->checkRealloc(n, kGrowing); in push_back_raw() [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 375 void checkRealloc(const CallEvent &Call, CheckerContext &C, 417 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)}, 419 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, true)}, 421 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)}, 423 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)}, 1069 void MallocChecker::checkRealloc(const CallEvent &Call, CheckerContext &C, in checkRealloc() function in MallocChecker
|