OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_malloc_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp
39
static uptr
max_malloc_size
;
member in namespace:__lsan
46
max_malloc_size
= Min(common_flags()->max_allocation_size_mb << 20,
49
max_malloc_size
= kMaxAllowedMallocSize;
82
ReportAllocationSizeTooBig(size,
max_malloc_size
, &stack);
89
if (size >
max_malloc_size
)
126
if (new_size >
max_malloc_size
) {
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp
39
static uptr
max_malloc_size
;
member in namespace:__lsan
46
max_malloc_size
= Min(common_flags()->max_allocation_size_mb << 20,
49
max_malloc_size
= kMaxAllowedMallocSize;
87
ReportAllocationSizeTooBig(size,
max_malloc_size
, &stack);
94
if (size >
max_malloc_size
)
132
if (new_size >
max_malloc_size
) {
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
48
static uptr
max_malloc_size
;
member in namespace:__hwasan
158
max_malloc_size
= common_flags()->max_allocation_size_mb << 20;
159
max_malloc_size
= Min(
max_malloc_size
, kMaxAllowedMallocSize);
161
max_malloc_size
= kMaxAllowedMallocSize;
188
if (UNLIKELY(orig_size >
max_malloc_size
)) {
194
ReportAllocationSizeTooBig(orig_size,
max_malloc_size
, stack);
Completed in 27 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026