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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_report.h 32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
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.h 72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
asan_report.cc 297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
asan_allocator.cc 445 ReportAllocationSizeTooBig(size, needed_size, kMaxAllowedMallocSize,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 151 ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, stack);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 162 ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack);

Completed in 34 milliseconds