Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Allocator.h74 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag>
85 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; };
86 StdAllocatorAdapter() throw() {} in throw()
87 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw()
88 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() function
89 ~StdAllocatorAdapter() throw() {} in throw()