Searched refs:ashmemAlloc (Results 1 – 1 of 1) sorted by relevance
149 std::shared_ptr<AllocationAshmem> ashmemAlloc = in allocate() local152 if (ashmemAlloc) { in allocate()153 BufferPoolAllocation *ptr = new BufferPoolAllocation(ashmemAlloc->handle()); in allocate()155 *alloc = std::shared_ptr<BufferPoolAllocation>(ptr, AllocationDtor(ashmemAlloc)); in allocate()