Home
last modified time | relevance | path

Searched defs:kMaxAllowedMallocSizePlusOne (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dmalloc-size-too-big.cpp10 static const size_t kMaxAllowedMallocSizePlusOne = variable
/llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/
H A Dmalloc-size-too-big.cpp10 static const size_t kMaxAllowedMallocSizePlusOne = (1ULL << 40) + 1; variable
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/
H A Dallocator_returns_null.cpp56 static const size_t kMaxAllowedMallocSizePlusOne = in main() local
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dallocator_returns_null.cpp56 static const size_t kMaxAllowedMallocSizePlusOne = (1UL << 40) + 1; in main() local