Searched defs:LinearAllocationDtor2 (Results 1 – 1 of 1) sorted by relevance
950 struct LinearAllocationDtor2 { struct951 LinearAllocationDtor2(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor2() argument954 void operator()(bufferpool2_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()956 const std::shared_ptr<C2LinearAllocation> mAllocation;