Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/fs/common/
DFsSampleCommon.cpp37 nn::fnd::ExpHeap heap; in nnMain() local
38 heap.Initialize(nn::os::GetDeviceMemoryAddress(), nn::os::GetDeviceMemorySize() ); in nnMain()
40 uptr heapForGx = reinterpret_cast<uptr>(heap.Allocate(0x800000)); in nnMain()
83 heap.Free(reinterpret_cast<void*>(heapForGx)); in nnMain()
84 heap.Finalize(); in nnMain()