Open
Description
TLSF (Two-Level Segregated Fit) dynamic memory allocation algorithm is guaranteed to complete allocation and deallocation operations in constant time, suitable for real-time applications.
Reference:
- Benchmarking Malloc with Doom 3
- rlsf
- Documentation for TLSF implementation
- A little bit of floating point in a memory allocator — Part 1: Background, Part 2: The floating point