| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 36 NN_TASSERT_( GetAddress() == NULL ); in Initialize() 56 NN_TASSERT_( GetAddress() == NULL ); in TryInitialize() 100 NN_TASSERT_( GetAddress() == NULL ); in Map() 124 if (GetAddress() != NULL) in Unmap() 128 nn::svc::UnmapMemoryBlock(GetHandle(), GetAddress()); in Unmap()
|
| D | os_AddressSpaceManager.cpp | 51 allocatedAddress = pPrev->GetAddress() + pPrev->GetSize() + skipSize; in Allocate() 56 NN_MAX_TASSERT_(allocatedAddress + size + skipSize, pNext->GetAddress()); in Allocate() 78 const uptr nextBegin = pNext->GetAddress(); in Allocate() 125 pTo->SetAddressAndSize(pFrom->GetAddress(), pFrom->GetSize()); in Switch() 141 const uptr nextBegin = pItem->GetAddress(); in FindSpace() 172 …NN_TLOG_(" %08x %08x %08x\n", pItem, pItem->GetAddress(), pItem->GetAddress() + pItem->GetSize()… in Dump()
|
| D | os_MemoryBlock.cpp | 73 NN_TASSERT_(!GetAddress()); in Initialize() 87 if (GetAddress()) in Finalize() 97 NN_TASSERT_(GetAddress()); in SetReadOnly() 145 return pMemoryBlock->GetAddress(); in nnosMemoryBlockGetAddress()
|
| D | os_StackMemoryBlock.cpp | 61 NN_TASSERT_( GetAddress() == NULL ); in Initialize() 75 if ( GetAddress() != NULL ) in Finalize() 111 return pStackMemoryBlock->GetAddress(); in nnosStackMemoryBlockGetAddress()
|
| D | os_StackMemory.cpp | 56 NN_TASSERT_( GetAddress() == NULL ); in Initialize() 91 if ( GetAddress() != NULL ) in Finalize() 93 const uptr addr = GetAddress(); in Finalize() 156 return pStackMemory->GetAddress(); in nnosStackMemoryGetAddress()
|
| D | os_SharedMemory.cpp | 62 NN_TASSERT_( GetAddress() == NULL ); in Map() 131 if (GetAddress() != NULL) in Unmap() 135 NN_ERR_THROW_FATAL(nn::svc::UnmapMemoryBlock(GetHandle(), GetAddress())); in Unmap() 181 return pSharedMemoryBlock->GetAddress(); in nnosSharedMemoryBlockGetAddress()
|
| D | os_Alarm.cpp | 65 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem() 66 void* buffer = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress() + sizeof(ThreadPool)); in InitializeAlarmSystem()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_MemoryRange.h | 62 uptr GetAddress() const { return m_Begin; } in GetAddress() function
|
| D | fnd_BufferManager.h | 186 m_Buddy.Initialize(memoryRange.GetAddress(), memoryRange.GetSize()); in Initialize() 255 …m_Buddy.Free(reinterpret_cast<void*>(memoryRange.GetAddress()), m_Buddy.GetOrder(memoryRange.GetSi… in DeallocateBuffer()
|
| D | fnd_ExpHeap.h | 120 …explicit ExpHeapBase(const MemoryBlock& block, bit32 option) { Initialize(block.GetAddress(), bloc… in ExpHeapBase() 217 Initialize(block.GetAddress(), block.GetSize(), option);
|
| D | fnd_UnitHeap.h | 61 …_ALIGNMENT, bit32 option = 0) : m_FreeNode(0) { Initialize(unit, block.GetAddress(), block.GetSize… 228 Initialize(unit, block.GetAddress(), block.GetSize(), alignment, option);
|
| D | fnd_WaitableUnitHeap.h | 50 Initialize(unit, block.GetAddress(), block.GetSize(), alignment, option);
|
| D | fnd_FrameHeap.h | 60 …t MemoryBlock& block, bit32 option = 0) : m_Addr(0) { Initialize(block.GetAddress(), block.GetSize… 346 …FrameHeapTemplate(const MemoryBlock& block, bit32 option = 0) { Initialize(block.GetAddress(), blo…
|
| D | fnd_BuddyHeap.h | 601 Initialize(block.GetAddress(), block.GetSize()); in BuddyHeapTemplate()
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/ |
| D | test_New.cpp | 55 free(reinterpret_cast<void*>(memoryRange.GetAddress())); in DeallocateBuffer()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/os/ |
| D | os_MemoryBlockBase.h | 78 uptr GetAddress() const { return m_Addr; } in GetAddress() function
|
| D | os_StackMemory.h | 125 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom()
|
| D | os_StackMemoryBlock.h | 113 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/ |
| D | osl_BuddyHeap.h | 443 Initialize(block.GetAddress(), block.GetSize()); in BuddyHeapTemplate() 456 Initialize(block.GetAddress(), block.GetSize()); in Initialize()
|