Home
last modified time | relevance | path

Searched defs:FactoryAllocator (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.lwg2070.pass.cpp90 struct FactoryAllocator : std::allocator<T> { struct
94 FactoryAllocator(FactoryAllocator<T1>) {} in FactoryAllocator() function
98 typedef FactoryAllocator<T1> other; argument
106 FactoryAllocator<Private> factory_alloc; in allocate() argument