Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h71 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag>
82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; };
83 StdAllocatorAdapter() throw() {} in throw()
84 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw()
85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() function
86 ~StdAllocatorAdapter() throw() {} in throw()