Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_Allocator.h64 static Allocator GetAllocator() { return s_Allocator; } in GetAllocator() function
89 …) { return static_cast<T*>(StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()->Allocate(n *…
90 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate()
103 static Allocator GetAllocator() { return s_Allocator; } in GetAllocator() function
/CTR-SDK-0.14.4/include/nn/init/
Dinit_Allocator.h49 nn::fnd::IAllocator* GetAllocator(void);
/CTR-SDK-0.14.4/sources/libraries/init/
Dinit_Alloc.cpp132 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator() function