Searched refs:CustomDeleter (Results 1 – 1 of 1) sorted by relevance
13 struct CustomDeleter { struct14 CustomDeleter(MemoryAllocator* a = nullptr) : allocator(a) {} in allocator() argument27 using CacheAllocationPtr = std::unique_ptr<char[], CustomDeleter>; argument