← Back to context

Comment by b20000

5 months ago

The point is to avoid the memory pressure from increasing. Have you investigated the allocation behaviour of ALL the code in your application?

The memory pressure is caused by other apps on the user's machine. My test program just increments a counter when there is a glitch, and requires a trivial amount of memory. Yet, it can see glitches when other apps run in the background allocating memory.