Searched refs:ExpHeapTemplate (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 189 class ExpHeapTemplate : public ExpHeapBase, private LockPolicy::LockObject 204 ExpHeapTemplate() {} in ExpHeapTemplate() function 219 explicit ExpHeapTemplate(const MemoryBlock& block, bit32 option = 0) 237 ExpHeapTemplate(uptr addr, size_t size, bit32 option = 0) 277 …static ExpHeapTemplate* Create(HeapBase* parent, void* addr, size_t size, bit32 option = 0, bit32 … 302 virtual ~ExpHeapTemplate() {} in ~ExpHeapTemplate() 514 class ExpHeapTemplate<LockPolicy>::Allocator : public IAllocator 526 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 541 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 554 ExpHeapTemplate<LockPolicy>* GetHeap() { return m_Heap; } in GetHeap() [all …]
|
| /CTR-SDK-4.2.5/sources/libraries/init/ |
| D | init_Alloc.cpp | 37 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
|