Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp48 static const uptr kMaxAllowedMallocSize = 2UL << 30; variable
67 static const uptr kMaxAllowedMallocSize = 8UL << 30; variable
82 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G variable
96 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G variable
110 static const uptr kMaxAllowedMallocSize = 8UL << 30; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h64 static const uptr kMaxAllowedMallocSize = 1UL << 40; // 1T variable
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp30 static const uptr kMaxAllowedMallocSize = 1ULL << 30; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp41 const uptr kMaxAllowedMallocSize = 8UL << 30; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp133 static constexpr uptr kMaxAllowedMallocSize = 1ull << 40; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp248 static const uptr kMaxAllowedMallocSize = 1ULL << kMaxAllowedMallocBits; member
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp297 static const uptr kMaxAllowedMallocSize = member