Searched refs:mp_AppHeap (Results 1 – 6 of 6) sorted by relevance
24 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()
46 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()
37 nn::fnd::ExpHeap* mp_AppHeap; variable
33 nn::fnd::ExpHeap* mp_AppHeap; variable
190 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()
100 nn::fnd::ExpHeap* mp_AppHeap; variable