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