That allocations up counter in "# Transient" column.
Explanation of "# Transient" is
The # Transient column shows the number of objects that existed but have since been deallocated. Persistent objects are using up memory; transient objects are not.
I can ignore this allocation since it is deallocated.
Topic:
Developer Tools & Services
SubTopic:
Instruments
Tags: