Searched refs:dwAllocationGranularity (Results 1 – 9 of 9) sorted by relevance
43 hHeap = HeapCreate(0, inf.dwAllocationGranularity, 0); in operator new()
399 …size_t read_size = sysinfo.dwAllocationGranularity - (env & (sysinfo.dwAllocationGranularity - 1)); in check_live_target()
146 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()
224 pagemask = sysinfo.dwAllocationGranularity - 1; in macho_calc_range()
157 if (!pRequest->cbAlign || (pRequest->cbAlign - 1) & SystemInfo.dwAllocationGranularity) in SetProperties()
41 SystemInfo->dwAllocationGranularity = BasicInfo->AllocationGranularity; in GetSystemInfoInternal()
1113 sysinfo.dwAllocationGranularity * 2, NULL); in test_WICCreateBitmapFromSectionEx()1140 sysinfo.dwAllocationGranularity + 1, in test_WICCreateBitmapFromSectionEx()
1529 view_offset = offset - (offset % sysinfo.dwAllocationGranularity); in WICCreateBitmapFromSectionEx()
1204 DWORD dwAllocationGranularity; member