Home
last modified time | relevance | path

Searched refs:CustomDeleter (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/memory/
Dmemory_allocator.h13 struct CustomDeleter { struct
14 CustomDeleter(MemoryAllocator* a = nullptr) : allocator(a) {} in allocator() argument
27 using CacheAllocationPtr = std::unique_ptr<char[], CustomDeleter>; argument