Searched defs:LinearAllocationDtor (Results 1 – 1 of 1) sorted by relevance
544 struct LinearAllocationDtor { struct545 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() argument548 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()550 const std::shared_ptr<C2LinearAllocation> mAllocation;