Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc178 extent_alloc_t* original_alloc = hooks->alloc; in NewJemallocNodumpAllocator()
190 new_hooks->alloc = &JemallocNodumpAllocator::Alloc; in NewJemallocNodumpAllocator()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.h180 explicit WriteableCacheFile(Env* const env, CacheWriteBufferAllocator* alloc, in WriteableCacheFile() argument
185 alloc_(alloc), in WriteableCacheFile()