index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
include
/
buflib.h
Age
Commit message (
Expand
)
Author
2015-01-02
Improve core_alloc() / buflib_alloc() documentation
Thomas Jarosch
2014-12-29
Document 'union buflib_data'
Thomas Jarosch
2014-12-27
Two more typo fixes
Thomas Jarosch
2014-12-27
Fix typos in documentation
Thomas Jarosch
2014-02-02
buflib: Add a define telling the per-alloc overhead.
Thomas Martitz
2014-02-02
buflib: Properly support allocations without any name, to avoid wasting space
Thomas Martitz
2014-02-02
buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...
Thomas Martitz
2014-01-16
buflib: Add crc field protecting buflib cookie integrity
Marcin Bukat
2013-12-22
buflib: Add buflib_context_relocate().
Thomas Martitz
2013-12-22
buflib: Try harder in buflib_alloc_maximum().
Thomas Martitz
2013-07-07
buflib: Change buflib_available() and add buflib_allocatable().
Thomas Martitz
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2011-09-09
Buflib: Stop caching the first unallocated block. It has little benefit but i...
Thomas Martitz
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz