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