Searched refs:pBlock (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/os/ |
| D | os_AddressSpaceManager.cpp | 37 uptr AddressSpaceManager::Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize) in Allocate() argument 39 NN_NULL_TASSERT_(pBlock); in Allocate() 59 m_BlockList.Insert(pNext, pBlock); in Allocate() 65 m_BlockList.PushBack(pBlock); in Allocate() 87 m_BlockList.Insert(pNext, pBlock); in Allocate() 100 m_BlockList.PushBack(pBlock); in Allocate() 104 pBlock->SetAddressAndSize(allocatedAddress, size); in Allocate() 110 void AddressSpaceManager::Free(MemoryBlockBase* pBlock) in Free() argument 115 m_BlockList.Erase(pBlock); in Free() 116 pBlock->SetAddressAndSize(NULL, 0); in Free() [all …]
|
| D | os_AddressSpaceManager.h | 67 uptr Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize); 74 void Free(MemoryBlockBase* pBlock); 142 …essSpaceManagerAllocate(nnosAddressSpaceManager* p, nnosMemoryBlockBase* pBlock, size_t size, size… 147 …EXTERN_C void nnosAddressSpaceManagerFree(nnosAddressSpaceManager* p, nnosMemoryBlockBase* pBlock);
|
| /CTR-SDK-2.4.0/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 86 typedef void (*BlockVisitor)(void* pBlock, const ExpHeapBase* heap, uptr param); 95 size_t GetSizeOf(const void* pBlock) const; 104 bit8 GetGroupIdOf(const void* pBlock) const; 113 AllocationDirection GetDirectionOf(const void* pBlock) const;
|