April 2023
Intermediate to advanced
328 pages
8h 31m
English
This chapter covers
Every app processes data, and to do this, the app needs to store that data somewhere while working with it. The app allocates part of the system’s memory to work with the data, but the memory isn’t an infinite resource. All the apps running on a system share a finite amount of memory space that the system provides. If an app doesn’t wisely manage its allocated memory, it can run out of it, making it impossible to continue its work. Even if the app doesn’t run out of memory, using too much can make ...
Read now
Unlock full access