Searched refs:DiscardableMemoryAshmemAllocator (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.h58 class BASE_EXPORT_PRIVATE DiscardableMemoryAshmemAllocator { class in namespace:base::internal
63 DiscardableMemoryAshmemAllocator(const std::string& name,
66 ~DiscardableMemoryAshmemAllocator();
87 DISALLOW_COPY_AND_ASSIGN(DiscardableMemoryAshmemAllocator);
H A Ddiscardable_memory_ashmem.h17 class DiscardableMemoryAshmemAllocator;
25 DiscardableMemoryAshmemAllocator* allocator,
44 DiscardableMemoryAshmemAllocator* const allocator_;
H A Ddiscardable_memory_ashmem.cc14 DiscardableMemoryAshmemAllocator* allocator,
H A Ddiscardable_memory_ashmem_allocator.cc25 // - DiscardableMemoryAshmemAllocator: entry point of all allocations (through
121 DiscardableMemoryAshmemAllocator* allocator) {
223 DiscardableMemoryAshmemAllocator* allocator)
398 DiscardableMemoryAshmemAllocator* const allocator_;
458 DiscardableMemoryAshmemAllocator::DiscardableMemoryAshmemAllocator( function in class:base::internal::DiscardableMemoryAshmemAllocator
468 DiscardableMemoryAshmemAllocator::~DiscardableMemoryAshmemAllocator() {
472 scoped_ptr<DiscardableAshmemChunk> DiscardableMemoryAshmemAllocator::Allocate(
509 size_t DiscardableMemoryAshmemAllocator
[all...]
H A Ddiscardable_memory_android.cc20 const char kAshmemAllocatorName[] = "DiscardableMemoryAshmemAllocator";
40 internal::DiscardableMemoryAshmemAllocator allocator;
H A Ddiscardable_memory_ashmem_allocator_unittest.cc35 DiscardableMemoryAshmemAllocator allocator_;
83 DiscardableMemoryAshmemAllocator allocator(

Completed in 432 milliseconds