First page Back Continue Last page Graphics
RTMM (cont.)
When a process is done with the memory it was allocated by the RTMM, it can release it.
- Remove the user's name from that amount of memory.
- Put it back into the available pool of memory.
Often an operating system runs a process that automatically gathers all unused memory together. Garbage Collection. But is it a good idea to release your own memory.