Home
last modified time | relevance | path

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

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