the heap + the stack: notes on memory in iOS
A blog notes series on how memory works under the hood in iOS
The Stack and the Heap
Memory during a program run on an iOS device is generally divided into the stack and the heap. There is other stuff but the stack and the heap are the main areas.
...
romyilano.hashnode.dev4 min read