axmol/core/platform/android
Deal 9774d4751c
Fix memory leaks refreshed (#1638)
* Fix memory leaks when axmol apps exit on non-embed systems

    1. DriverBase no destroyInstance
    2. Every object inherited from ax::Ref shoud destory before ScriptEngineManager, otherwise will trigger it's reinit and leak
    3.  QuadCommand always leak isolated indices
    4. static singleton should'nt inhert from ax::Ref due to destory it before ScriptEngineManager impossible
    5. Make Director don't inherit from ax::Ref due to it also cause ScriptEngineManager re-init, because we destroy ScriptEngineManger in destructor of Director
    6. Explicit Director managed by Application and don't delete self at purgeDirector, since it will release at mainLoop and re-init in glView->pollEvents then leak
    7. Rename ApplicationProtocol to ApplicationBase
    8. Rename purgeDirector since we don't delete director self at it, maye rename to cleanup
    9. Change ShaderCache to new/delete singleton, managed by ProgramManager

---------

Co-authored-by: lich426 <lich426@gmail.com>
2024-01-29 22:30:14 +08:00
..
ControllerManualAdapter Android: Update AGP to 8.1.1 2023-09-12 01:13:06 +08:00
java Fix crash with view nullcheck (#1540) 2023-12-24 19:40:09 +08:00
jni Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
libaxmol GLES3: Fix scalar array layout (#1523) 2023-12-15 22:29:23 +08:00
libaxmol-with-controller Android: Update AGP to 8.1.1 2023-09-12 01:13:06 +08:00
Application-android.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Application-android.h Fix memory leaks refreshed (#1638) 2024-01-29 22:30:14 +08:00
CMakeLists.txt Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
Common-android.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Device-android.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
EnhanceAPI-android.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
EnhanceAPI-android.h Fix memory leaks refreshed (#1638) 2024-01-29 22:30:14 +08:00
FileUtils-android.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
FileUtils-android.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GL-android.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
GLViewImpl-android.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GLViewImpl-android.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
PlatformDefine-android.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
StdC-android.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
javaactivity-android.cpp Rename cocos_android_app_init to axmol_android_app_init and othre code cleanup 2024-01-29 08:51:35 +08:00