Explain the working of manual memory management?



Explain the working of manual memory management?..

Answer / Himanshu Kumar Pandey

In manual memory management, developers are responsible for managing memory manually using methods like alloc, init, retain, release, and autorelease. This involves creating objects (alloc), setting their properties (init), retaining them to prevent immediate deallocation, releasing them when no longer needed, and autoreleasing objects added to auto-released pools.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

How is retain different from assign?

1 Answers  


Explain parent-child context setup. What are the advantages?

1 Answers  


What is nslayoutanchor?

1 Answers  


Explain the difference between frame and bounds?

1 Answers  


what are fetched properties?

1 Answers  


What is delegate in ios objective c?

1 Answers  


Which devices will this work with ios?

1 Answers  


Define view object in iOS operating system?

1 Answers   SwanSoft Technologies,


what are all instruments available in Xcode?

1 Answers  


What is mvc design pattern in ios?

1 Answers  


What is the difference strong and weak reference?

1 Answers  


How to send crash report from device?

1 Answers  


Categories