Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/fs/Simple/
DFsSample.cpp24 nn::fnd::ExpHeap s_ExtHeap; variable
34 s_ExtHeap.Initialize(nn::os::GetDeviceMemoryAddress(), nn::os::GetDeviceMemorySize() ); in FsSampleInitialize()
40 s_ExtHeap.Finalize(); in FsSampleFinalize()
45 return s_ExtHeap.Allocate(size); in FsSampleAllocateMemory()
50 s_ExtHeap.Free(p); in FsSampleFreeMemory()