Searched refs:ExpHeapTemplate (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 185 class ExpHeapTemplate : public ExpHeapBase, private LockPolicy::LockObject 200 ExpHeapTemplate() {} in ExpHeapTemplate() function 215 explicit ExpHeapTemplate(const MemoryBlock& block, bit32 option = 0) 233 ExpHeapTemplate(uptr addr, size_t size, bit32 option = 0) 273 …static ExpHeapTemplate* Create(HeapBase* parent, void* addr, size_t size, bit32 option = 0, bit32 … 298 virtual ~ExpHeapTemplate() {} in ~ExpHeapTemplate() 510 class ExpHeapTemplate<LockPolicy>::Allocator : public IAllocator 522 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 537 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 550 ExpHeapTemplate<LockPolicy>* GetHeap() { return m_Heap; } in GetHeap() [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/init/ |
| D | init_Alloc.cpp | 34 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
|