Home
last modified time | relevance | path

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

12

/external/cronet/base/test/
Dscoped_os_info_override_win.cc45 system_info.dwAllocationGranularity = 8; in CreateInfoOfType()
62 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
80 system_info.dwAllocationGranularity = 8; in CreateInfoOfType()
97 system_info.dwAllocationGranularity = 64 * 1024; in CreateInfoOfType()
/external/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.
/external/llvm/lib/Support/Windows/
DMemory.inc54 if (Info.dwPageSize > Info.dwAllocationGranularity)
57 return Info.dwAllocationGranularity;
DProcess.inc73 // but dwAllocationGranularity.
/external/rust/crates/num_cpus/src/
Dlib.rs215 dwAllocationGranularity: u32, in get_num_cpus() field
/external/webrtc/rtc_base/win/
Dwindows_version.cc320 allocation_granularity_ = system_info.dwAllocationGranularity; in OSInfo()
/external/crosvm/win_util/src/
Dlib.rs98 get_native_system_info().dwAllocationGranularity as u64 in allocation_granularity()
/external/cronet/base/win/
Dwindows_version.cc175 allocation_granularity_ = system_info.dwAllocationGranularity; in OSInfo()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/cronet/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc335 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
/external/compiler-rt/lib/interception/
Dinterception_win.cc160 return si.dwAllocationGranularity; in GetMmapGranularity()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc46 return si.dwAllocationGranularity; in GetMmapGranularity()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc61 // but dwAllocationGranularity.
DPath.inc615 return SysInfo.dwAllocationGranularity;
/external/python/cpython2/Modules/
Dmmapmodule.c47 return si.dwAllocationGranularity; in my_getallocationgranularity()
/external/python/cpython3/Modules/
Dmmapmodule.c49 return si.dwAllocationGranularity; in my_getallocationgranularity()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2741 if (si.dwAllocationGranularity != 1 << 16) in SysInfo_To_String()
2744 PrintPage(s, si.dwAllocationGranularity); in SysInfo_To_String()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc735 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()

12