Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_AddressSpaceManager.cpp36 uptr AddressSpaceManager::Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize) in Allocate() argument
38 NN_NULL_TASSERT_(pBlock); in Allocate()
58 m_BlockList.Insert(pNext, pBlock); in Allocate()
64 m_BlockList.PushBack(pBlock); in Allocate()
86 m_BlockList.Insert(pNext, pBlock); in Allocate()
99 m_BlockList.PushBack(pBlock); in Allocate()
103 pBlock->SetAddressAndSize(allocatedAddress, size); in Allocate()
109 void AddressSpaceManager::Free(MemoryBlockBase* pBlock) in Free() argument
114 m_BlockList.Erase(pBlock); in Free()
115 pBlock->SetAddressAndSize(NULL, 0); in Free()
[all …]
Dos_AddressSpaceManager.h68 uptr Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize);
75 void Free(MemoryBlockBase* pBlock);
144 …essSpaceManagerAllocate(nnosAddressSpaceManager* p, nnosMemoryBlockBase* pBlock, size_t size, size…
149 …EXTERN_C void nnosAddressSpaceManagerFree(nnosAddressSpaceManager* p, nnosMemoryBlockBase* pBlock);
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_ExpHeap.h86 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;