Two-Level Segregated Fit memory allocator implementation.
Two-Level Segregated Fit memory allocator implementation.
Two-Level Segregated Fit memory allocator implementation. Written by Matthew Conte ([email protected]). Released under the BSD license.
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.
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
No open issues yet, or sync has not completed.