axmol/core/platform/ios
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
..
Application-ios.h Fix memory leaks refreshed (#1638) 2024-01-29 22:30:14 +08:00
Application-ios.mm Tidy platform macros/consts value 2023-09-11 19:37:49 +08:00
Common-ios.mm Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Device-ios.mm Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
DirectorCaller-ios.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
DirectorCaller-ios.mm Rename glview to correct representative name (#1467) 2023-12-01 09:04:51 +08:00
EAGLView-ios.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
EAGLView-ios.mm Merge backend Device, DeviceInfo to DriverBase (#1499) 2023-12-11 21:59:25 +08:00
ES3Renderer-ios.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
ES3Renderer-ios.m Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
ESRenderer-ios.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GL-ios.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GLViewImpl-ios.h Fix ios ci 2023-09-02 21:45:43 +08:00
GLViewImpl-ios.mm Fix ios ci 2023-09-02 21:18:54 +08:00
Image-ios.mm Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
InputView-ios.h Processing wasm touch events properly 2023-09-07 19:32:06 +08:00
InputView-ios.mm Processing wasm touch events properly 2023-09-07 19:32:06 +08:00
OpenGL_Internal-ios.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
PlatformDefine-ios.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
StdC-ios.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
cocos2d-prefix.pch Rename core folder name 2021-12-31 14:39:08 +08:00