Loading...
Searching...
No Matches
Two-Level Segregated Fit memory allocator

TLSF is a general purpose dynamic memory allocator specifically designed to meet real-time requirements:

TLSF is a general purpose dynamic memory allocator specifically designed to meet real-time requirements:

See also
http://www.gii.upv.es/tlsf/
https://github.com/mattconte/tlsf

TLSF provides an implementation of malloc/realloc/free/etc with the following characteristics:

Additionally, a contrib package

See also
TLSF-based malloc. implements a global heap allocator with the standard malloc/free functions.
Todo:
The tlsf code uses printf to report errors. This is not OK.