/third_party/python/Lib/test/ |
D | memory_watchdog.py | 14 page_size = os.sysconf('SC_PAGESIZE') variable 17 page_size = os.sysconf('SC_PAGE_SIZE') variable 19 page_size = 4096 variable
|
/third_party/node/deps/v8/src/heap/ |
D | memory-chunk.cc | 65 size_t page_size = MemoryAllocator::GetCommitPageSize(); in DecrementWriteUnprotectCounterAndMaybeSetPermissions() local 93 size_t page_size = MemoryAllocator::GetCommitPageSize(); in SetCodeModificationPermissions() local 125 PageSize page_size) in MemoryChunk() 164 size_t page_size = MemoryAllocator::GetCommitPageSize(); in MemoryChunk() local
|
/third_party/node/deps/v8/src/heap/base/ |
D | active-system-pages.cc | 18 size_t page_size = 1 << page_size_bits; in Init() local 28 const size_t page_size = 1 << page_size_bits; in Add() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsdump_logfile.c | 287 unsigned int usa_end_ofs, page_size; in restart_header_sanity() local 467 unsigned int page_size) in dump_restart_areas() 600 int buf_size, unsigned int page_size) in dump_log_records() 664 unsigned int page_size; in main() local
|
/third_party/mesa3d/src/util/ |
D | os_misc.c | 228 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_total_physical_memory() local 334 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_page_size() local
|
/third_party/rust/crates/rustix/src/param/ |
D | auxv.rs | 30 pub fn page_size() -> usize { in page_size() function
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-fuchsia.cc | 91 void* MapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, in MapVmo() 133 void* CreateAndMapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, in CreateAndMapVmo() 157 bool UnmapVmo(const zx::vmar& vmar, size_t page_size, void* address, in UnmapVmo() 164 bool SetPermissionsInternal(const zx::vmar& vmar, size_t page_size, in SetPermissionsInternal() 174 bool DiscardSystemPagesInternal(const zx::vmar& vmar, size_t page_size, in DiscardSystemPagesInternal() 184 const zx::vmar& vmar, void* vmar_base, size_t page_size, void* address, in CreateAddressSpaceReservationInternal()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
D | 10-1.c | 37 long page_size; in main() local
|
D | 11-1.c | 25 long page_size; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
D | 8-1.c | 37 long page_size; in main() local
|
D | 10-1.c | 25 long page_size; in main() local
|
/third_party/rust/crates/rustix/src/backend/libc/param/ |
D | auxv.rs | 16 pub(crate) fn page_size() -> usize { in page_size() function
|
/third_party/ltp/testcases/kernel/syscalls/brk/ |
D | brk02.c | 25 unsigned long page_size = getpagesize(); in brk_down_vmas() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.cpp | 436 glw::GLint page_size = 0; in iterate() local 830 glw::GLint page_size, bool all_pages_committed) in AtomicCounterBufferStorageTestCase() 1196 tcu::TestContext& testContext, glw::GLint page_size) in BufferTextureStorageTestCase() 1572 glw::GLint page_size) in ClearOpsBufferStorageTestCase() 1895 glw::GLint page_size) in CopyOpsBufferStorageTestCase() 2568 glw::GLint page_size) in IndirectDispatchBufferStorageTestCase() 2824 tcu::TestContext& testContext, glw::GLint page_size) in InvalidateBufferStorageTestCase() 2955 glw::GLint page_size) in PixelPackBufferStorageTestCase() 3348 tcu::TestContext& testContext, glw::GLint page_size) in PixelUnpackBufferStorageTestCase() 3692 glw::GLint page_size, _ibo_usage ibo_usage, bool use_color_data) in QuadsBufferStorageTestCase() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 3-7.c | 26 size_t page_size; in main() local
|
D | 3-6.c | 30 size_t page_size; in main() local
|
/third_party/ltp/testcases/kernel/mem/thp/ |
D | thp03.c | 47 static long page_size; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 31-1.c | 68 long page_size = sysconf(_SC_PAGE_SIZE); in main() local
|
D | 9-1.c | 39 long page_size; in main() local
|
D | 24-2.c | 44 unsigned long page_size = sysconf(_SC_PAGE_SIZE); in main() local
|
D | 11-1.c | 41 long page_size; in main() local
|
D | 11-4.c | 55 long page_size; in main() local
|
D | 11-3.c | 50 long page_size; in main() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
D | libc_auxv.rs | 18 pub(crate) fn page_size() -> usize { in page_size() function
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise09.c | 55 static size_t page_size; variable 66 size_t i, page_size = getpagesize(); in memory_pressure_child() local
|