Home
last modified time | relevance | path

Searched refs:VMAllocationGranularity (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory_unittest.cc169 kDataSize + SysInfo::VMAllocationGranularity()); in TEST()
194 kDataSize2 + SysInfo::VMAllocationGranularity()); in TEST()
439 ASSERT_TRUE(SysInfo::VMAllocationGranularity() >= sizeof(uint32_t)); in TEST()
440 const size_t kCount = SysInfo::VMAllocationGranularity(); in TEST()
454 off_t offset = SysInfo::VMAllocationGranularity(); in TEST()
Dshared_memory_mac_unittest.cc270 size_t page_size = SysInfo::VMAllocationGranularity(); in TEST_F()
293 size_t page_size = SysInfo::VMAllocationGranularity(); in MULTIPROCESS_TEST_MAIN()
/external/v4l2_codec2/vda/
Dshared_memory_region.cc17 alignment_size_(offset % base::SysInfo::VMAllocationGranularity()) { in SharedMemoryRegion()
/external/libchrome/base/
Dsys_info.h98 static size_t VMAllocationGranularity();
Dsys_info_posix.cc166 size_t SysInfo::VMAllocationGranularity() { in VMAllocationGranularity() function in base::SysInfo
/external/libchrome/base/files/
Dmemory_mapped_file.cc120 static_cast<int64_t>(SysInfo::VMAllocationGranularity()) - 1; in CalculateVMAlignedBoundaries()
/external/libmojo/mojo/edk/embedder/
Dplatform_shared_buffer.cc300 size_t page_size = base::SysInfo::VMAllocationGranularity(); in Map()