Memory allocators

Back to Memory management

A memory allocator is a data structure which keeps track of the use of computer memory, allows to reserve memory for arbitrary exclusive use, and later to undo this reservation so that the memory region can be reused.

Learn more

Files

Allocator module

An aggregate file for allocators