/external/compiler-rt/test/tsan/ |
D | large_malloc_meta.cc | 16 const int kPageSize = 4 << 10; in main() local
|
/external/OpenCL-CTS/test_conformance/half/ |
D | test_config.h | 36 #define kPageSize 4096 macro
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | large_allocator_unpoisons_on_free.cc | 27 const long kPageSize = sysconf(_SC_PAGESIZE); in main() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test_utils.h | 63 static const int kPageSize = 4096; variable
|
/external/perfetto/include/perfetto/ext/base/ |
D | utils.h | 56 constexpr size_t kPageSize = 4096; variable
|
/external/v8/src/heap/cppgc/ |
D | globals.h | 39 constexpr size_t kPageSize = 1 << kPageSizeLog2; variable
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmap-corruption01.c | 64 int kPageSize = 4096; variable
|
/external/swiftshader/third_party/marl/src/ |
D | memory.cpp | 29 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable 61 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
|
/external/libtextclassifier/native/utils/memory/ |
D | mmap.cc | 86 static const int64 kPageSize = sysconf(_SC_PAGE_SIZE); in MmapFile() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 69 const uptr kPageSize = GetPageSizeCached(); in FastUnwindStack() local
|
D | sanitizer_unwind_linux_libcdep.cc | 111 const uptr kPageSize = GetPageSizeCached(); in Unwind_Trace() local
|
/external/libchrome/base/ |
D | security_unittest.cc | 127 size_t kPageSize = 4096; // We support x86_64 only. in TEST() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.cpp | 25 #define kPageSize 4096 macro 30 #define kPageSize (getpagesize()) macro
|
/external/v8/src/heap/ |
D | object-start-bitmap.h | 23 static const int kPageSize = 1 << kPageSizeBits; variable
|
D | memory-chunk.h | 50 static const int kPageSize = 1 << kPageSizeBits; variable
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 24 const uint32_t kPageSize = 4096; in IsSamePage() local
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 416 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local 508 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local
|
/external/libtextclassifier/native/utils/base/ |
D | arena.cc | 47 static const int kPageSize = 8192; // should be getpagesize() variable
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.cc | 130 const uptr kPageSize = GetPageSizeCached() * kMetaRatio; in ResetRange() local
|
D | tsan_mman.cc | 45 const uptr kPageSize = GetPageSizeCached() * kMetaRatio; in OnUnmap() local
|
/external/libchrome/base/memory/ |
D | shared_memory_region_unittest.cc | 154 const size_t kPageSize = SysInfo::VMAllocationGranularity(); in TYPED_TEST() local
|
/external/v8/src/execution/ppc/ |
D | simulator-ppc.h | 39 static const int kPageSize = 1 << kPageShift; variable
|
/external/v8/src/execution/s390/ |
D | simulator-s390.h | 36 static const int kPageSize = 1 << kPageShift; variable
|
/external/v8/src/execution/arm/ |
D | simulator-arm.h | 38 static const int kPageSize = 1 << kPageShift; variable
|
/external/v8/src/execution/mips/ |
D | simulator-mips.h | 56 static const int kPageSize = 1 << kPageShift; variable
|