HomeSort by relevance Sort by last modified time
    Searched defs:PersistentMemoryAllocator (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 50 class BASE_EXPORT PersistentMemoryAllocator {
69 explicit Iterator(const PersistentMemoryAllocator* allocator);
76 Iterator(const PersistentMemoryAllocator* allocator,
105 const PersistentMemoryAllocator* allocator_;
148 // PersistentMemoryAllocator does NOT take ownership of the memory block.
161 PersistentMemoryAllocator(void* base, size_t size, size_t page_size,
164 virtual ~PersistentMemoryAllocator();
321 const_cast<const PersistentMemoryAllocator*>(this)->GetBlock(
331 const_cast<const PersistentMemoryAllocator*>(this)->GetBlockData(
343 DISALLOW_COPY_AND_ASSIGN(PersistentMemoryAllocator);
    [all...]
persistent_memory_allocator.cc 80 const uint32_t PersistentMemoryAllocator::kAllocAlignment = 8;
84 struct PersistentMemoryAllocator::BlockHeader {
93 struct PersistentMemoryAllocator::SharedMetadata {
120 const PersistentMemoryAllocator::Reference
121 PersistentMemoryAllocator::kReferenceQueue =
124 const base::FilePath::CharType PersistentMemoryAllocator::kFileExtension[] =
128 PersistentMemoryAllocator::Iterator::Iterator(
129 const PersistentMemoryAllocator* allocator)
132 PersistentMemoryAllocator::Iterator::Iterator(
133 const PersistentMemoryAllocator* allocator
    [all...]

Completed in 52 milliseconds