Home
last modified time | relevance | path

Searched refs:max_malloc_size (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp39 static uptr max_malloc_size; variable
46 max_malloc_size = Min(common_flags()->max_allocation_size_mb << 20, in InitializeAllocator()
49 max_malloc_size = kMaxAllowedMallocSize; in InitializeAllocator()
82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in ReportAllocationSizeTooBig()
89 if (size > max_malloc_size) in Allocate()
126 if (new_size > max_malloc_size) { in Reallocate()