In fact, you can see the three console windows alternate between Alloc and Dealloc because they're competing with each-other for memory. As memory pressure increases one instance releases memory, which then reduces it, allowing another instance to allocate memory.
Comments