Home
last modified time | relevance | path

Searched defs:kAllocSize (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dquarantine_size_mb.cc12 static const int kAllocSize = 1 << 20; variable
Dnohugepage_test.cc66 const int kAllocSize = 1 << 28; // 256Mb variable
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dhard_rss_limit_mb_test.cc23 const int kAllocSize = 1000; variable
Dsoft_rss_limit_mb_test.cc22 static const int kAllocSize = 1 << 20; // Large enough to go via mmap. variable
/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc19 constexpr size_t kAllocSize = 1 << 20; // 1 MiB variable
/external/libchrome/base/
Dsecurity_unittest.cc144 size_t kAllocSize = 1<<20; in TEST() local
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc311 constexpr size_t kAllocSize = 1024; in Smoke() local
343 constexpr size_t kAllocSize = 1024; in TwoProcesses() local
378 constexpr size_t kAllocSize = 1024; in FinalFlush() local
801 constexpr size_t kAllocSize = 1024; in ConcurrentSession() local
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1254 const size_t kAllocSize = (1 << 28) - 1024; in TEST() local