Home
last modified time | relevance | path

Searched defs:kPageSize (Results 1 – 25 of 30) 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/compiler-rt/lib/asan/tests/
Dasan_test_utils.h63 static const int kPageSize = 4096; variable
/external/perfetto/include/perfetto/ext/base/
Dutils.h56 constexpr size_t kPageSize = 4096; variable
/external/v8/src/heap/cppgc/
Dglobals.h39 constexpr size_t kPageSize = 1 << kPageSizeLog2; variable
/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/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.cpp25 #define kPageSize 4096 macro
30 #define kPageSize (getpagesize()) macro
/external/v8/src/heap/
Dobject-start-bitmap.h23 static const int kPageSize = 1 << kPageSizeBits; variable
Dmemory-chunk.h50 static const int kPageSize = 1 << kPageSizeBits; variable
/external/v8/src/profiler/
Dtick-sample.cc24 const uint32_t kPageSize = 4096; in IsSamePage() local
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc416 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local
508 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F() local
/external/libtextclassifier/native/utils/base/
Darena.cc47 static const int kPageSize = 8192; // should be getpagesize() variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc130 const uptr kPageSize = GetPageSizeCached() * kMetaRatio; in ResetRange() local
Dtsan_mman.cc45 const uptr kPageSize = GetPageSizeCached() * kMetaRatio; in OnUnmap() local
/external/libchrome/base/memory/
Dshared_memory_region_unittest.cc154 const size_t kPageSize = SysInfo::VMAllocationGranularity(); in TYPED_TEST() local
/external/v8/src/execution/ppc/
Dsimulator-ppc.h39 static const int kPageSize = 1 << kPageShift; variable
/external/v8/src/execution/s390/
Dsimulator-s390.h36 static const int kPageSize = 1 << kPageShift; variable
/external/v8/src/execution/arm/
Dsimulator-arm.h38 static const int kPageSize = 1 << kPageShift; variable
/external/v8/src/execution/mips/
Dsimulator-mips.h56 static const int kPageSize = 1 << kPageShift; variable

12