OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportAllocationSizeTooBig
(Results
1 - 16
of
16
) 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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_report.h
33
void NORETURN
ReportAllocationSizeTooBig
(uptr user_size, uptr max_size,
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.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.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/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.h
73
void
ReportAllocationSizeTooBig
(uptr user_size, uptr total_size, uptr max_size,
asan_report.cpp
307
void
ReportAllocationSizeTooBig
(uptr user_size, uptr total_size, uptr max_size,
asan_allocator.cpp
529
ReportAllocationSizeTooBig
(size, needed_size, malloc_limit, stack);
/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);
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
133
ReportAllocationSizeTooBig
(orig_size, kMaxAllowedMallocSize, stack);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp
167
ReportAllocationSizeTooBig
(sz, malloc_limit, &stack);
Completed in 52 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026