Home

Awesome

tlsf

Two-Level Segregated Fit memory allocator implementation. Written by Matthew Conte (matt@baisoku.org). Released under the BSD license.

Features

Caveats

Notes

This code was based on the TLSF 1.4 spec and documentation found at:

http://www.gii.upv.es/tlsf/main/docs

It also leverages the TLSF 2.0 improvement to shrink the per-block overhead from 8 to 4 bytes.

History

2016/04/10 - v3.1

2014/02/08 - v3.0

2011/10/20 - v2.0

2008/04/04 - v1.9

2007/02/08 - v1.8

2007/02/03 - v1.7

2006/11/21 - v1.6

2006/11/07 - v1.5

2006/10/11 - v1.4

2006/09/14 - v1.3

2006/09/09 - v1.2

2006/09/01 - v1.1

2006/08/25 - v1.0