What is "Memory Management" in iOS? -


i have been given these 2 questions in interview.

1. **memory management** in ios.  2. reference counting? 

can 1 explain me? new ios. please me out. in advance!

application memory management process of allocating memory during program’s runtime, using it, , freeing when done it. well-written program uses little memory possible. in objective-c, can seen way of distributing ownership of limited memory resources among many pieces of data , code. when have finished working through guide, have knowledge need manage application’s memory explicitly managing life cycle of objects , freeing them when no longer needed.

reference counting


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -