This patch series adds the tlsf memory allocator to barebox. TLSF: Two Level Segregated Fit memory allocator implementation. Written by Matthew Conte (matt at baisoku.org). Public Domain, no restrictions. [RFC PATCH 1/3] import TLSF 2.0 [RFC PATCH 2/3] adapt tlsf for barebox [RFC PATCH 3/3] add tlsf-based malloc implementation