50% developed

Memory Management/Introduction

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Memory management is the task of allocating, using, and freeing memory in a computer system. In this book, we will talk about memory management, including allocators and garbage collectors.