HomeSort by: relevance | last modified time | path
    Searched defs:ReportAllocationSizeTooBig (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_report.cc 106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 71 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) {
76 ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, &stack);
84 return ReportAllocationSizeTooBig(size, stack);
123 return ReportAllocationSizeTooBig(new_size, stack);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,

Completed in 12 milliseconds