Home
last modified time | relevance | path

Searched defs:page_size (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/python/Lib/test/
Dmemory_watchdog.py14 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/
Dmemory-chunk.cc65 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/
Dactive-system-pages.cc18 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/
Dntfsdump_logfile.c287 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/
Dos_misc.c228 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/
Dauxv.rs30 pub fn page_size() -> usize { in page_size() function
/third_party/node/deps/v8/src/base/platform/
Dplatform-fuchsia.cc91 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/
D10-1.c37 long page_size; in main() local
D11-1.c25 long page_size; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
D8-1.c37 long page_size; in main() local
D10-1.c25 long page_size; in main() local
/third_party/rust/crates/rustix/src/backend/libc/param/
Dauxv.rs16 pub(crate) fn page_size() -> usize { in page_size() function
/third_party/ltp/testcases/kernel/syscalls/brk/
Dbrk02.c25 unsigned long page_size = getpagesize(); in brk_down_vmas() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp436 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/
D3-7.c26 size_t page_size; in main() local
D3-6.c30 size_t page_size; in main() local
/third_party/ltp/testcases/kernel/mem/thp/
Dthp03.c47 static long page_size; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D31-1.c68 long page_size = sysconf(_SC_PAGE_SIZE); in main() local
D9-1.c39 long page_size; in main() local
D24-2.c44 unsigned long page_size = sysconf(_SC_PAGE_SIZE); in main() local
D11-1.c41 long page_size; in main() local
D11-4.c55 long page_size; in main() local
D11-3.c50 long page_size; in main() local
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dlibc_auxv.rs18 pub(crate) fn page_size() -> usize { in page_size() function
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise09.c55 static size_t page_size; variable
66 size_t i, page_size = getpagesize(); in memory_pressure_child() local

123456