Home
last modified time | relevance | path

Searched refs:checkForCallocOverflow (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h46 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow() function
H A Dwrappers_c.inc53 if (UNLIKELY(scudo::checkForCallocOverflow(size, nmemb, &Product))) {