Searched refs:heap (Results 1 – 1 of 1) sorted by relevance
37 nn::fnd::ExpHeap heap; in nnMain() local38 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()