Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc168 extent_hooks_t* hooks; in NewJemallocNodumpAllocator() local
169 size_t hooks_size = sizeof(hooks); in NewJemallocNodumpAllocator()
170 ret = mallctl(key.c_str(), &hooks, &hooks_size, nullptr, 0); in NewJemallocNodumpAllocator()
178 extent_alloc_t* original_alloc = hooks->alloc; in NewJemallocNodumpAllocator()
189 std::unique_ptr<extent_hooks_t> new_hooks(new extent_hooks_t(*hooks)); in NewJemallocNodumpAllocator()