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