HomeSort by: relevance | last modified time | path
    Searched defs:ReportAllocationSizeTooBig (Results 1 - 9 of 9) 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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_report.cpp 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_report.cpp 118 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/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 82 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) {
87 ReportAllocationSizeTooBig(size, max_malloc_size, &stack);
95 return ReportAllocationSizeTooBig(size, stack);
133 ReportAllocationSizeTooBig(new_size, stack);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) {
82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack);
90 return ReportAllocationSizeTooBig(size, stack);
127 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,
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp 307 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.cpp 309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,

Completed in 21 milliseconds