summaryrefslogtreecommitdiffstats
path: root/firmware/core_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backendAidan MacDonald1-1/+1
2023-01-15buflib: Prep for multiple backend support, rename to buflib_mempoolAidan MacDonald1-1/+1
2023-01-13buflib: Refactor various debugging featuresAidan MacDonald1-12/+19
2023-01-13Remove buflib allocation names, part twoAidan MacDonald1-13/+7
2022-09-19buflib: add pin/unpin operationAidan MacDonald1-0/+15
2021-10-04Sansa E200v1 Bootloader attempt at enabling USB in boot loaderWilliam Wilgus1-4/+15
2015-01-11Make a few local variables staticThomas Jarosch1-1/+1
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch1-0/+6
2014-02-02buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz1-0/+6
2014-02-02hosted: Substract more than 256K from total memory pool.Thomas Martitz1-1/+1
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat1-0/+7
2013-07-07buflib: Change buflib_available() and add buflib_allocatable().Thomas Martitz1-0/+5
2012-03-03Integrate the warble tool in the regular build system.Frank Gevaerts1-1/+1
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-6/+29
2011-10-05core_alloc: Provide a tiny test allocation, which can be freed for debug purp...Thomas Martitz1-0/+14
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+0
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-0/+57