Home
last modified time | relevance | path

Searched defs:kPageSize (Results 1 – 25 of 44) sorted by relevance

12

/external/compiler-rt/test/tsan/
Dlarge_malloc_meta.cc16 const int kPageSize = 4 << 10; in main() local
/external/OpenCL-CTS/test_conformance/half/
Dtest_config.h36 #define kPageSize 4096 macro
/external/compiler-rt/test/asan/TestCases/Posix/
Dlarge_allocator_unpoisons_on_free.cc27 const long kPageSize = sysconf(_SC_PAGESIZE); in main() local
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc22 const size_t kPageSize = 4096; variable
Dlibrary_prefetcher.cc47 constexpr size_t kPageSize = 4096; variable
/external/cronet/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc22 const size_t kPageSize = 4096; variable
Dlibrary_prefetcher.cc44 constexpr size_t kPageSize = 4096; variable
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h63 static const int kPageSize = 4096; variable
/external/cronet/base/memory/
Dmadv_free_discardable_memory_allocator_posix_unittest.cc61 const size_t kPageSize = base::GetPageSize(); member in base::MadvFreeDiscardableMemoryAllocatorPosixTest
Dmadv_free_discardable_memory_posix_unittest.cc51 const size_t kPageSize = base::GetPageSize(); member in base::MadvFreeDiscardableMemoryTest
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmap-corruption01.c64 int kPageSize = 4096; variable
/external/swiftshader/third_party/marl/src/
Dmemory.cpp29 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
61 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
/external/perfetto/include/perfetto/ext/base/
Dutils.h59 constexpr size_t kPageSize = 4096; variable
/external/libtextclassifier/native/utils/memory/
Dmmap.cc86 static const int64 kPageSize = sysconf(_SC_PAGE_SIZE); in MmapFile() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc69 const uptr kPageSize = GetPageSizeCached(); in FastUnwindStack() local
Dsanitizer_unwind_linux_libcdep.cc111 const uptr kPageSize = GetPageSizeCached(); in Unwind_Trace() local
/external/libchrome/base/
Dsecurity_unittest.cc127 size_t kPageSize = 4096; // We support x86_64 only. in TEST() local
/external/OpenCL-CTS/test_common/harness/
DtypeWrappers.cpp26 #define kPageSize 4096 macro
31 #define kPageSize (getpagesize()) macro
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc421 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local
513 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local
/external/libtextclassifier/native/utils/base/
Darena.cc49 static const int kPageSize = 8192; // should be getpagesize() variable
/external/libtextclassifier/native/lang_id/common/file/
Dmmap.cc207 static const size_t kPageSize = sysconf(_SC_PAGE_SIZE); in MmapFile() local
/external/cronet/base/debug/
Dtest_elf_image_builder.cc30 static constexpr size_t kPageSize = 4096; variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc130 const uptr kPageSize = GetPageSizeCached() * kMetaRatio; in ResetRange() local
/external/cronet/base/i18n/
Dicu_mergeable_data_file.cc30 constexpr int64_t kPageSize = 0x1000; variable
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h84 static constexpr size_t kPageSize = PageSize; variable

12