Home
last modified time | relevance | path

Searched defs:kMaxAllowedMallocSize (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc49 static const uptr kMaxAllowedMallocSize = 2UL << 30; variable
73 static const uptr kMaxAllowedMallocSize = 8UL << 30; variable
88 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G variable
102 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.h57 static const uptr kMaxAllowedMallocSize = 1UL << 40; // 1T variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc31 static const uptr kMaxAllowedMallocSize = 1UL << 30; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc29 static const uptr kMaxAllowedMallocSize = 1UL << 30; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp30 static const uptr kMaxAllowedMallocSize = 1UL << 30; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc154 static constexpr uptr kMaxAllowedMallocSize = 1ull << 40; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc152 static constexpr uptr kMaxAllowedMallocSize = 1ull << 40; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp113 static constexpr uptr kMaxAllowedMallocSize = 1ull << 40; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc241 static const uptr kMaxAllowedMallocSize = member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc239 static const uptr kMaxAllowedMallocSize = member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp298 static const uptr kMaxAllowedMallocSize = member