Home
last modified time | relevance | path

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

/external/cronet/base/metrics/
Dpersistent_memory_allocator_unittest.cc57 uint32_t kAllocAlignment; member in base::PersistentMemoryAllocatorTest
851 const uint32_t kAllocAlignment = in TEST() local
Dpersistent_memory_allocator.h695 static constexpr size_t kAllocAlignment = 8; variable
/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