Home
last modified time | relevance | path

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

12

/third_party/boost/libs/regex/src/
Dregex.cpp165 page = (LPBYTE)(mi.BaseAddress)-si.dwPageSize; in reset_stack_guard_page()
172 … || !VirtualProtect(page, si.dwPageSize, PAGE_GUARD | PAGE_READWRITE, &previous_protection_status)) in reset_stack_guard_page()
/third_party/boost/libs/winapi/test/run/
Dsystem_abi.cpp21 …BOOST_WINAPI_TEST_STRUCT(SYSTEM_INFO, (dwOemId)(wProcessorArchitecture)(dwPageSize)(lpMinimumAppli… in main()
/third_party/boost/boost/winapi/
Dsystem.hpp49 DWORD_ dwPageSize; member
/third_party/boost/libs/context/src/windows/
Dstack_traits.cpp68 return static_cast< std::size_t >( system_info().dwPageSize); in pagesize()
/third_party/boost/libs/coroutine/src/windows/
Dstack_traits.cpp59 { return static_cast< std::size_t >( system_info().dwPageSize); } in pagesize()
/third_party/python/Modules/_ctypes/
Dmalloc_closure.c43 _pagesize = systeminfo.dwPageSize; in more_core()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp81 pageSize = systemInfo.dwPageSize; in memoryPageSize()
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp67 return systemInfo.dwPageSize; in memoryPageSize()
/third_party/skia/third_party/externals/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);
/third_party/mesa3d/src/util/
Dos_misc.c348 *size = SysInfo.dwPageSize; in os_get_page_size()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp103 return systemInfo.dwPageSize; in pageSize()
/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c139 sljit_page_align = si.dwPageSize - 1; in get_page_alignment()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp227 return systemInfo.dwPageSize; in memoryPageSize()
/third_party/libuv/src/win/
Dthread.c136 pagesize = (size_t)sysinfo.dwPageSize; in uv_thread_create_ex()
/third_party/iowow/src/platform/win32/
Dwin32.c72 return sysinfo.dwPageSize; in iwp_page_size()
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/third_party/python/Modules/
Dmmapmodule.c40 return si.dwPageSize; in my_getpagesize()
/third_party/glib/glib/
Dgslice.c464 sys_page_size = system_info.dwPageSize; in g_slice_init_nomessage()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c839 videodata->ime_candpgsize = SDL_min(cand_list->dwPageSize, MAX_CANDLIST); in IME_GetCandidateList()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3373 win_page_size = si.dwPageSize; in sg_get_page_size()
/third_party/libffi/src/
Ddlmalloc.c2570 mparams.page_size = system_info.dwPageSize; in init_mparams()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2564 mparams.page_size = system_info.dwPageSize; in init_mparams()

12