|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/asan/asan_allocator.cpp 676 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
884 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp 256 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
307 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
projects/compiler-rt/lib/lsan/lsan_allocator.cpp 101 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
190 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
projects/compiler-rt/lib/msan/msan_allocator.cpp 228 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
263 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp 175 if (UNLIKELY(CheckForCallocOverflow(count, size))) {
186 if (UNLIKELY(CheckForCallocOverflow(count, size))) {
projects/compiler-rt/lib/scudo/scudo_allocator.cpp 561 if (UNLIKELY(CheckForCallocOverflow(NMemB, Size))) {
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp 192 if (UNLIKELY(CheckForCallocOverflow(size, n))) {
205 if (UNLIKELY(CheckForCallocOverflow(size, n))) {