Searched refs:g_pInstance (Results 1 – 1 of 1) sorted by relevance
40 CJS_GlobalData* g_pInstance = nullptr; variable47 if (!g_pInstance) { in GetRetainedInstance()48 g_pInstance = new CJS_GlobalData(); in GetRetainedInstance()50 ++g_pInstance->m_RefCount; in GetRetainedInstance()51 return g_pInstance; in GetRetainedInstance()56 delete g_pInstance; in Release()57 g_pInstance = nullptr; in Release()