Searched refs:dwAllocationGranularity (Results 1 – 25 of 34) sorted by relevance
12
/external/cronet/base/test/ |
D | scoped_os_info_override_win.cc | 45 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/ |
D | Memory.inc | 54 if (Info.dwPageSize > Info.dwAllocationGranularity) 57 return Info.dwAllocationGranularity;
|
D | Process.inc | 55 // but dwAllocationGranularity.
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 54 if (Info.dwPageSize > Info.dwAllocationGranularity) 57 return Info.dwAllocationGranularity;
|
D | Process.inc | 73 // but dwAllocationGranularity.
|
/external/rust/crates/num_cpus/src/ |
D | lib.rs | 215 dwAllocationGranularity: u32, in get_num_cpus() field
|
/external/webrtc/rtc_base/win/ |
D | windows_version.cc | 320 allocation_granularity_ = system_info.dwAllocationGranularity; in OSInfo()
|
/external/crosvm/win_util/src/ |
D | lib.rs | 98 get_native_system_info().dwAllocationGranularity as u64 in allocation_granularity()
|
/external/cronet/base/win/ |
D | windows_version.cc | 175 allocation_granularity_ = system_info.dwAllocationGranularity; in OSInfo()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 335 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 331 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 160 return si.dwAllocationGranularity; in GetMmapGranularity()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 46 return si.dwAllocationGranularity; in GetMmapGranularity()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 61 // but dwAllocationGranularity.
|
D | Path.inc | 615 return SysInfo.dwAllocationGranularity;
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 47 return si.dwAllocationGranularity; in my_getallocationgranularity()
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 49 return si.dwAllocationGranularity; in my_getallocationgranularity()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2741 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/ |
D | tensor_bundle_test.cc | 735 return std::max(system_info.dwPageSize, system_info.dwAllocationGranularity); in GetPageSize()
|
12