Searched refs:kMemLimit (Results 1 – 3 of 3) sorted by relevance
163 const size_t kMemLimit = 256 * 1024 * 1024l; in TEST() local165 kMemLimit, kMemLimit in TEST()172 auto mem = PagedMemory::Allocate(kMemLimit * 2, PagedMemory::kMayFail); in TEST()
28 static constexpr uint32_t kMemLimit = 1024 * 1024 * 1024; // 1 GB. in LLVMFuzzerTestOneInput() local32 if (!mem.IsValid() || mem.ValueOrDie() > kMemLimit) in LLVMFuzzerTestOneInput()
31 static constexpr uint32_t kMemLimit = 512000000; // 512 MB in LLVMFuzzerTestOneInput() local36 if (!mem.IsValid() || mem.ValueOrDie() > kMemLimit) in LLVMFuzzerTestOneInput()