Lines Matching refs:memory_allocator
55 base::PersistentMemoryAllocator* memory_allocator, in RecordAllocator() argument
57 : allocator_(memory_allocator), in RecordAllocator()
66 const base::PersistentMemoryAllocator* memory_allocator) in RecordAllocator() argument
68 const_cast<base::PersistentMemoryAllocator*>(memory_allocator)), in RecordAllocator()
281 base::PersistentMemoryAllocator* memory_allocator) { in RegisterPersistentAllocator() argument
286 RecordAllocator allocator(memory_allocator, 1); in RegisterPersistentAllocator()
292 base::PersistentMemoryAllocator* memory_allocator) { in DeregisterPersistentAllocator() argument
298 return records.allocator() == memory_allocator; in DeregisterPersistentAllocator()
367 const base::PersistentMemoryAllocator& memory_allocator) { in HasSystemProfile() argument
368 const RecordAllocator records(&memory_allocator); in HasSystemProfile()
374 const base::PersistentMemoryAllocator& memory_allocator, in GetSystemProfile() argument
376 const RecordAllocator records(&memory_allocator); in GetSystemProfile()
391 MergeUpdateRecords(memory_allocator, system_profile); in GetSystemProfile()
397 const base::PersistentMemoryAllocator& memory_allocator, in MergeUpdateRecords() argument
399 const RecordAllocator records(&memory_allocator); in MergeUpdateRecords()