Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_SimpleAutoStackManager.cpp37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct()
52 GetAllocator()->Free(dos.pHead); in FreeStack()
Dos_StackMemoryAutoStackManager.cpp39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct()
65 GetAllocator()->Free(pHead); in FreeStack()
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Allocator.h67 static Allocator GetAllocator() { return s_Allocator; } in GetAllocator() function
92 …) { return static_cast<T*>(StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()->Allocate(n *…
93 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate()
106 static Allocator GetAllocator() { return s_Allocator; } in GetAllocator() function
/CTR-SDK-4.2.5/include/nn/init/
Dinit_Allocator.h66 nn::fnd::IAllocator* GetAllocator(void);
/CTR-SDK-4.2.5/include/nn/os/
Dos_SimpleAutoStackManagerBase.h60 fnd::IAllocator* GetAllocator() { return m_pAllocator; } in GetAllocator() function
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Default.cpp101 nn::dbg::ExceptionScreen::Create(init::GetAllocator()); in SetDefaultExceptionHandler()
/CTR-SDK-4.2.5/sources/libraries/init/
Dinit_Alloc.cpp185 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator() function