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