Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/demo1/
Dfs.cpp24 mp_AppHeap = p_AppHeap; in Initialize()
43 m_FileBuffer = reinterpret_cast<char*>(mp_AppHeap->Allocate(fileSize)); in Start()
51 mp_AppHeap->Free(m_FileBuffer); in End()
Dsnd.cpp46 m_SoundBuffer = reinterpret_cast<s16*>(mp_AppHeap->Allocate(SOUND_SIZE, 32)); in SoundThreadFuncImpl()
91 mp_AppHeap = p_AppHeap; in Initialize()
119 mp_AppHeap->Free(m_SoundBuffer); in Finalize()
Dsnd.h37 nn::fnd::ExpHeap* mp_AppHeap; variable
Dfs.h33 nn::fnd::ExpHeap* mp_AppHeap; variable
Dcamera.cpp190 mp_AppHeap = p_AppHeap; in Initialize()
191 …s_RgbBuffer = reinterpret_cast<u8*>(mp_AppHeap->Allocate(CAMERA_IMG_WIDTH * CAMERA_IMG_HEIGHT * Y2… in Initialize()
243 mp_AppHeap->Free(s_RgbBuffer); in Finalize()
Dcamera.h100 nn::fnd::ExpHeap* mp_AppHeap; variable