Searched refs:max_user_defined_malloc_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp117 static uptr max_user_defined_malloc_size; member in namespace:__tsan
122 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb
164 sz > max_user_defined_malloc_size) {
168 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp249 uptr max_user_defined_malloc_size; member in struct:__asan::Allocator
284 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb
454 size > max_user_defined_malloc_size) {
461 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size);

Completed in 227 milliseconds