Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp137 static uptr max_user_defined_malloc_size; variable
142 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitializeAllocator()
184 sz > max_user_defined_malloc_size) { in user_alloc_internal()
188 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in user_alloc_internal()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp256 uptr max_user_defined_malloc_size; member
335 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitLinkerInitialized()
371 size > max_user_defined_malloc_size) { in Allocate()
377 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp360 uptr max_user_defined_malloc_size; member
394 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitLinkerInitialized()
567 size > max_user_defined_malloc_size) { in Allocate()
574 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in Allocate()