Home
last modified time | relevance | path

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

/third_party/boost/libs/winapi/test/run/
Dsystem_abi.cpp21 …s)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcess… in main()
/third_party/boost/boost/winapi/
Dsystem.hpp55 DWORD_ dwAllocationGranularity; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DMemory.inc54 if (Info.dwPageSize > Info.dwAllocationGranularity)
57 return Info.dwAllocationGranularity;
DProcess.inc55 // but dwAllocationGranularity.
DPath.inc931 return SysInfo.dwAllocationGranularity;
/third_party/iowow/src/platform/win32/
Dwin32.c76 return sysinfo.dwAllocationGranularity; in iwp_alloc_unit()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp161 return static_cast<int>(info.dwAllocationGranularity); in alignment()
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/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/boost/boost/interprocess/
Dmapped_region.hpp388 return std::size_t(info.dwAllocationGranularity); in get_page_size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc61 // but dwAllocationGranularity.
DPath.inc615 return SysInfo.dwAllocationGranularity;
/third_party/python/Modules/
Dmmapmodule.c49 return si.dwAllocationGranularity; in my_getallocationgranularity()
/third_party/libuv/src/win/
Dfs.c139 uv__allocation_granularity = system_info.dwAllocationGranularity; in uv__fs_init()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2565 mparams.granularity = system_info.dwAllocationGranularity; in init_mparams()
/third_party/libffi/src/
Ddlmalloc.c2571 mparams.granularity = system_info.dwAllocationGranularity; in init_mparams()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c3118 DEFAULT_GRANULARITY : system_info.dwAllocationGranularity); in init_mparams()
/third_party/sqlite/src/
Dsqlite3.c46767 int iOffsetShift = iOffset % winSysInfo.dwAllocationGranularity;
46798 int iOffsetShift = iOffset % winSysInfo.dwAllocationGranularity;
48582 assert( winSysInfo.dwAllocationGranularity>0 );