Home
last modified time | relevance | path

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

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