Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc3168 class CustomMemoryAllocator : public MemoryAllocator { class
3190 auto custom_memory_allocator = std::make_shared<CustomMemoryAllocator>(); in TEST_P()