Home
last modified time | relevance | path

Searched defs:kAllocAlignment (Results 1 – 5 of 5) 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
/external/cronet/base/metrics/
Dpersistent_memory_allocator_unittest.cc57 uint32_t kAllocAlignment; member in base::PersistentMemoryAllocatorTest
842 const uint32_t kAllocAlignment = in TEST() local
Dpersistent_memory_allocator.h661 static constexpr size_t kAllocAlignment = 8; variable