Home
last modified time | relevance | path

Searched refs:kMapMinimumAlignment (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/memory/
Dplatform_shared_memory_region.h114 enum { kMapMinimumAlignment = 32 }; enumerator
Dplatform_shared_memory_region_mac.cc158 reinterpret_cast<uintptr_t>(*memory) & (kMapMinimumAlignment - 1)); in MapAt()
Dplatform_shared_memory_region_posix.cc186 reinterpret_cast<uintptr_t>(*memory) & (kMapMinimumAlignment - 1)); in MapAt()
Dshared_memory_region_unittest.cc140 (subtle::PlatformSharedMemoryRegion::kMapMinimumAlignment - 1)); in TYPED_TEST()