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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp114 static uptr max_user_defined_malloc_size; member in namespace:__tsan
119 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb
161 sz > max_user_defined_malloc_size) {
165 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp307 uptr max_user_defined_malloc_size; member in struct:__asan::Allocator
342 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb
521 size > max_user_defined_malloc_size) {
528 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size);

Completed in 137 milliseconds