Home
last modified time | relevance | path

Searched defs:ExplicitAllocator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.explicit_conversion.pass.cpp17 struct ExplicitAllocator { struct
20 explicit ExplicitAllocator(ExplicitAllocator<U>) { } in ExplicitAllocator() function
28 std::shared_ptr<int> ptr = std::allocate_shared<int>(ExplicitAllocator<int>(), 0); in main() argument