Searched defs:AllocationDtor (Results 1 – 2 of 2) sorted by relevance
112 struct AllocationDtor { struct113 AllocationDtor(const std::shared_ptr<AllocationAshmem> &alloc) in AllocationDtor() function116 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()118 const std::shared_ptr<AllocationAshmem> mAlloc;
112 struct AllocationDtor { struct113 AllocationDtor(const std::shared_ptr<AllocationAshmem> &alloc) in AllocationDtor() argument116 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()118 const std::shared_ptr<AllocationAshmem> mAlloc;