constant app memory increase ( IOAccelResource )

前端 未结 5 558
迷失自我
迷失自我 2021-01-13 04:47

I am trying to wrap my mind around an issue (eluded to in this question). The context is: turn-based game, developed with cocos2d version 2.0, obj-c, no ARC, currently prepp

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 05:10

    You could try monitoring allocations using heapshot analysis through Instruments. That should give you an indication as to where the additional memory is being allocated. Maybe you've already tried this?

提交回复
热议问题