Searched defs:LinearAllocationDtor (Results 1 – 1 of 1) sorted by relevance
639 struct LinearAllocationDtor { struct640 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() function643 void operator()(bufferpool_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()645 const std::shared_ptr<C2LinearAllocation> mAllocation;