Searched refs:GetAllocator (Results 1 – 7 of 7) sorted by relevance
37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct()52 GetAllocator()->Free(dos.pHead); in FreeStack()
39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct()65 GetAllocator()->Free(pHead); in FreeStack()
67 static Allocator GetAllocator() { return s_Allocator; } in GetAllocator() function92 …) { 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
66 nn::fnd::IAllocator* GetAllocator(void);
60 fnd::IAllocator* GetAllocator() { return m_pAllocator; } in GetAllocator() function
101 nn::dbg::ExceptionScreen::Create(init::GetAllocator()); in SetDefaultExceptionHandler()
185 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator() function