tlsf 1.1.0

An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod blocks;
mod coalesce;
mod free;
mod initialize;
mod malloc;
mod memalign;
mod merge;
mod pop;
mod push;
mod split;
mod unlink;
mod util;