Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h297 static const uint32_t kAllocAlignment; variable
Dpersistent_memory_allocator_unittest.cc40 uint32_t kAllocAlignment; member in base::PersistentMemoryAllocatorTest
721 const uint32_t kAllocAlignment = in TEST() local
Dpersistent_memory_allocator.cc80 const uint32_t PersistentMemoryAllocator::kAllocAlignment = 8; member in base::PersistentMemoryAllocator