summaryrefslogtreecommitdiffstats
path: root/firmware/include/buflib.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-19buflib: remove buflib_print_allocs / buflib_print_blocksAidan MacDonald1-21/+0
2022-09-19buflib: update BUFLIB_ALLOC_OVERHEADAidan MacDonald1-1/+1
2022-02-12buflib: add a common dummy callbacks struct & use itAidan MacDonald1-0/+6
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch1-3/+10
2014-12-29Document 'union buflib_data'Thomas Jarosch1-6/+9
2014-12-27Two more typo fixesThomas Jarosch1-2/+2
2014-12-27Fix typos in documentationThomas Jarosch1-4/+4
2014-02-02buflib: Add a define telling the per-alloc overhead.Thomas Martitz1-0/+11
2014-02-02buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz1-3/+5
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz1-2/+6
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat1-0/+6
2013-12-22buflib: Add buflib_context_relocate().Thomas Martitz1-0/+15
2013-12-22buflib: Try harder in buflib_alloc_maximum().Thomas Martitz1-3/+5
2013-07-07buflib: Change buflib_available() and add buflib_allocatable().Thomas Martitz1-5/+10
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-0/+6
2011-09-09Buflib: Stop caching the first unallocated block. It has little benefit but i...Thomas Martitz1-1/+0
2011-09-07Buflib: Clarification about invalid handlesThomas Martitz1-4/+7
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-0/+319