Home
last modified time | relevance | path

Searched defs:kAllocAlignment (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc53 uint32_t kAllocAlignment; member in base::PersistentMemoryAllocatorTest
837 const uint32_t kAllocAlignment = in TEST() local
Dpersistent_memory_allocator.h634 static const uint32_t kAllocAlignment; variable
Dpersistent_memory_allocator.cc96 const uint32_t PersistentMemoryAllocator::kAllocAlignment = 8; member in base::PersistentMemoryAllocator