Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/roshttpd/common/
H A Dlist.cpp43 hHeap = HeapCreate(0, inf.dwAllocationGranularity, 0); in operator new()
/reactos/dll/win32/dbghelp/
H A Ddbghelp.c399 …size_t read_size = sysinfo.dwAllocationGranularity - (env & (sysinfo.dwAllocationGranularity - 1)); in check_live_target()
H A Delf_module.c146 ofst = fmap->sect[ism->sidx].shdr.sh_offset & ~(sysinfo.dwAllocationGranularity - 1); in elf_map_section()
160 …ism->sidx].mapped + (fmap->sect[ism->sidx].shdr.sh_offset & (sysinfo.dwAllocationGranularity - 1)); in elf_map_section()
H A Dmacho_module.c224 pagemask = sysinfo.dwAllocationGranularity - 1; in macho_calc_range()
/reactos/dll/directx/ksproxy/
H A Dallocator.cpp157 if (!pRequest->cbAlign || (pRequest->cbAlign - 1) & SystemInfo.dwAllocationGranularity) in SetProperties()
/reactos/dll/win32/kernel32/client/
H A Dsysinfo.c41 SystemInfo->dwAllocationGranularity = BasicInfo->AllocationGranularity; in GetSystemInfoInternal()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dbitmap.c1113 sysinfo.dwAllocationGranularity * 2, NULL); in test_WICCreateBitmapFromSectionEx()
1140 sysinfo.dwAllocationGranularity + 1, in test_WICCreateBitmapFromSectionEx()
/reactos/dll/win32/windowscodecs/
H A Dimgfactory.c1529 view_offset = offset - (offset % sysinfo.dwAllocationGranularity); in WICCreateBitmapFromSectionEx()
/reactos/sdk/include/psdk/
H A Dwinbase.h1204 DWORD dwAllocationGranularity; member