Free list

A free list (or freelist) is a data structure used in a scheme for dynamic memory allocation. It operates by connecting unallocated regions of memory together in a linked list, using the first word of each unallocated region as a pointer to the next.

Source: Wikipedia — Free list (CC BY-SA 4.0)

Free list

A free list (or freelist) is a data structure used in a scheme for dynamic memory allocation. It operates by connecting unallocated regions of memory together in a linked list, using the first word of each unallocated region as a pointer to the next.

Source: Wikipedia "Free list" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy