i think i understand memory leaks for the most part, but the icon for object allocations in Instruments is equally as forbidding and would like some help understanding a few things.
what potential problems can occur with continuos object allocation? i have a timer that allocates and releases an object every second... the object is a string that changes... an actual timer... i've noticed in the instruments window, under "Overall Bytes" and "#Overall" that the top listed categories continuously rise when my timer is running... is that ok/normal?
what if someone left this timer of mine on for a month and the number kept rising and rising?
what potential problems can occur with continuos object allocation? i have a timer that allocates and releases an object every second... the object is a string that changes... an actual timer... i've noticed in the instruments window, under "Overall Bytes" and "#Overall" that the top listed categories continuously rise when my timer is running... is that ok/normal?
what if someone left this timer of mine on for a month and the number kept rising and rising?