summaryrefslogtreecommitdiffstats
path: root/firmware/core_alloc.c
AgeCommit message (Expand)AuthorFilesLines
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