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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp187 uptr malloc_limit =
190 ReportAllocationSizeTooBig(sz, malloc_limit, &stack);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp376 uptr malloc_limit = local
378 ReportAllocationSizeTooBig(size, malloc_limit, stack);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp573 uptr malloc_limit = local
575 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack);

Completed in 97 milliseconds