Home
last modified time | relevance | path

Searched refs:dwAllocationGranularity (Results 1 – 25 of 1390) sorted by relevance

12345678910>>...56

/dports/audio/mumble/mumble-1.3.3/3rdparty/minhook-src/src/
H A Dbuffer.c89 static LPVOID FindPrevFreeRegion(LPVOID pAddress, LPVOID pMinAddr, DWORD dwAllocationGranularity) in FindPrevFreeRegion() argument
94 tryAddr -= tryAddr % dwAllocationGranularity; in FindPrevFreeRegion()
97 tryAddr -= dwAllocationGranularity; in FindPrevFreeRegion()
108 if ((ULONG_PTR)mbi.AllocationBase < dwAllocationGranularity) in FindPrevFreeRegion()
111 tryAddr = (ULONG_PTR)mbi.AllocationBase - dwAllocationGranularity; in FindPrevFreeRegion()
125 tryAddr -= tryAddr % dwAllocationGranularity; in FindNextFreeRegion()
128 tryAddr += dwAllocationGranularity; in FindNextFreeRegion()
142 tryAddr += dwAllocationGranularity - 1; in FindNextFreeRegion()
143 tryAddr -= tryAddr % dwAllocationGranularity; in FindNextFreeRegion()
193 pAlloc = FindPrevFreeRegion(pAlloc, (LPVOID)minAddr, si.dwAllocationGranularity); in GetMemoryBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dscoped_os_info_override_win.cc45 system_info.dwAllocationGranularity = 8; in CreateInfoOfType()
62 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
78 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
94 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
110 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp27 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in roundup()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp27 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in roundup()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp27 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in roundup()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/windows/
H A Dgcenv.windows.cpp140 g_SystemInfo.dwAllocationGranularity = systemInfo.dwAllocationGranularity; in Initialize()
331 …void* mem = GCToOSInterface::VirtualReserve(g_SystemInfo.dwAllocationGranularity, 0, VirtualReserv… in SupportsWriteWatch()
334 GCToOSInterface::VirtualRelease(mem, g_SystemInfo.dwAllocationGranularity); in SupportsWriteWatch()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DInstance.cpp126 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in InitInstanceCounter()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DInstance.cpp126 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in InitInstanceCounter()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DInstance.cpp126 int gran = sysInfo.dwAllocationGranularity ? sysInfo.dwAllocationGranularity : 0x10000; in InitInstanceCounter()
/dports/devel/boost-libs/boost_1_72_0/libs/winapi/test/run/
H A Dsystem_abi.cpp21 …s)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcess… in main()
/dports/devel/boost-docs/boost_1_72_0/libs/winapi/test/run/
H A Dsystem_abi.cpp21 …s)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcess… in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/winapi/test/run/
H A Dsystem_abi.cpp21 …s)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcess… in main()
/dports/devel/hyperscan/boost_1_75_0/libs/winapi/test/run/
H A Dsystem_abi.cpp21 …s)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcess… in main()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/bigarray/
H A Dmmap_win32.c111 delta = (uintnat) (startpos % sysinfo.dwAllocationGranularity); in caml_ba_map_file()
136 delta = (uintnat) addr % sysinfo.dwAllocationGranularity; in caml_ba_unmap_file()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/bigarray/
H A Dmmap_win32.c111 delta = (uintnat) (startpos % sysinfo.dwAllocationGranularity); in caml_ba_map_file()
136 delta = (uintnat) addr % sysinfo.dwAllocationGranularity; in caml_ba_unmap_file()
/dports/chinese/libchewing/libchewing-0.5.1/src/porting_layer/src/
H A Dplat_mmap_windows.c148 pagesize = info.dwAllocationGranularity; in plat_mmap_set_view()
207 return info.dwAllocationGranularity; in plat_mmap_get_alloc_granularity()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.SYSTEM_INFO.cs23 internal int dwAllocationGranularity; field
/dports/textproc/R-cran-vroom/vroom/src/mio/include/mio/
H A Dpage.hpp56 return SystemInfo.dwAllocationGranularity; in page_size()
/dports/biology/diamond/diamond-2.0.13/src/lib/mio/
H A Dpage.hpp56 return SystemInfo.dwAllocationGranularity; in page_size()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/dist/
H A Dsys_windows.go27 dwAllocationGranularity uint32 member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/dist/
H A Dsys_windows.go27 dwAllocationGranularity uint32 member
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/detail/win/
H A Dsystem.hpp38 DWORD_ dwAllocationGranularity;
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/dist/
H A Dsys_windows.go27 dwAllocationGranularity uint32 member
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sysinfo/test/
H A DTestGetNativeSystemInfo.c20 printf("\tdwAllocationGranularity: %" PRIu32 "\n", sysinfo.dwAllocationGranularity); in TestGetNativeSystemInfo()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go26 dwAllocationGranularity uint32 member

12345678910>>...56