Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h98 class StdUnitAllocatorAdapter
112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; };
113 StdUnitAllocatorAdapter() throw() {} in throw()
114 StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter&) throw() {} in throw()
115 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter() function
116 ~StdUnitAllocatorAdapter() throw() {} in throw()
133 Allocator StdUnitAllocatorAdapter<Allocator, T, Tag>::s_Allocator;