Home
last modified time | relevance | path

Searched defs:ReportAllocationSizeTooBig (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp307 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function