Home
last modified time | relevance | path

Searched refs:ExpHeapTemplate (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h185 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.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/init/
Dinit_Alloc.cpp34 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…