Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp198 uptr malloc_limit = in user_alloc_internal() local
201 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
/src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp442 uptr malloc_limit = in Allocate() local
444 ReportAllocationSizeTooBig(size, malloc_limit, stack); in Allocate()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp573 uptr malloc_limit = in Allocate() local
575 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()