Home
last modified time | relevance | path

Searched refs:dwPageSize (Results 1 – 25 of 46) sorted by relevance

12

/external/python/cpython2/Modules/_ctypes/
Dmalloc_closure.c43 _pagesize = systeminfo.dwPageSize; in more_core()
/external/python/cpython3/Modules/_ctypes/
Dmalloc_closure.c43 _pagesize = systeminfo.dwPageSize; in more_core()
/external/swiftshader/src/System/
DMemory.cpp80 return systemInfo.dwPageSize; in memoryPageSize()
/external/swiftshader/src/Common/
DMemory.cpp81 pageSize = systemInfo.dwPageSize; in memoryPageSize()
/external/python/cffi/c/
Dmalloc_closure.h98 _pagesize = systeminfo.dwPageSize; in more_core()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DMemory.inc54 if (Info.dwPageSize > Info.dwAllocationGranularity)
55 return Info.dwPageSize;
DProcess.inc54 // FIXME: FileOffset in MapViewOfFile() should be aligned to not dwPageSize,
56 return static_cast<unsigned>(info.dwPageSize);
/external/llvm-project/llvm/lib/Support/Windows/
DMemory.inc54 if (Info.dwPageSize > Info.dwAllocationGranularity)
55 return Info.dwPageSize;
DProcess.inc60 // FIXME: FileOffset in MapViewOfFile() should be aligned to not dwPageSize,
62 return static_cast<unsigned>(info.dwPageSize);
/external/llvm-project/lldb/source/Host/windows/
DHostInfoWindows.cpp55 return systemInfo.dwPageSize; in GetPageSize()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPort.h115 return S.dwPageSize; in getpagesize()
/external/llvm/lib/Support/Windows/
DMemory.inc54 if (Info.dwPageSize > Info.dwAllocationGranularity)
55 return Info.dwPageSize;
DProcess.inc72 // FIXME: FileOffset in MapViewOfFile() should be aligned to not dwPageSize,
74 return static_cast<unsigned>(info.dwPageSize);
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc402 const uint32_t kMemorySize = si.dwPageSize; in TEST_F()
456 const uint32_t kMemorySize = si.dwPageSize; in TEST_F()
Dexception_handler_death_test.cc421 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()
513 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()
/external/swiftshader/third_party/marl/src/
Dmemory.cpp103 return systemInfo.dwPageSize; in pageSize()
/external/pcre/dist2/src/sljit/
DsljitUtils.c139 sljit_page_align = si.dwPageSize - 1; in get_page_alignment()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc40 return si.dwPageSize; in GetPageSize()
792 uptr page_size = si.dwPageSize; in IsAccessibleMemoryRange()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp221 return systemInfo.dwPageSize; in memoryPageSize()
/external/fmtlib/src/
Dos.cc310 return si.dwPageSize; in getpagesize()
/external/rust/crates/num_cpus/src/
Dlib.rs206 dwPageSize: u32, in get_num_cpus() field
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc60 // FIXME: FileOffset in MapViewOfFile() should be aligned to not dwPageSize,
62 return static_cast<unsigned>(info.dwPageSize);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp70 return si.dwPageSize; in GetPageSize()
917 uptr page_size = si.dwPageSize; in IsAccessibleMemoryRange()
/external/jemalloc_new/src/
Dpages.c406 return si.dwPageSize; in os_page_detect()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.cpp458 DWORD page_offset = vm_addr % data.dwPageSize; in GetMemoryRegionInfo()

12