Searched refs:new_hooks (Results 1 – 1 of 1) sorted by relevance
189 std::unique_ptr<extent_hooks_t> new_hooks(new extent_hooks_t(*hooks)); in NewJemallocNodumpAllocator() local190 new_hooks->alloc = &JemallocNodumpAllocator::Alloc; in NewJemallocNodumpAllocator()191 extent_hooks_t* hooks_ptr = new_hooks.get(); in NewJemallocNodumpAllocator()201 new JemallocNodumpAllocator(options, std::move(new_hooks), arena_index)); in NewJemallocNodumpAllocator()