rockbox/firmware/include
Thomas Jarosch 66df5f3891 Improve core_alloc() / buflib_alloc() documentation
Document the fact that buffers are movable by default.
Care must be taken to not pass them to functions that yield().

Also clarify other things:
- Passing NULL as "ops" to buflib_alloc_ex() causes
  buffers to be movable by default (but not shrinkable).

- If you want shrinkable buffers during compaction,
  you have to provide a shrink callback.

- To disable buffer movement, you have to pass NULL
  for the move_callback inside the callback structure.

- The concept of default callbacks was removed
  long ago, remove the only reference of it.

Change-Id: I3bf0ea6b08b507d80a19f3c2c835aca32b3f7800
2015-01-02 18:51:15 +01:00
..
_ansi.h
assert.h
bitarray.h Add multi-reader, single-writer locks to kernel. 2014-08-06 02:47:47 +02:00
buflib.h Improve core_alloc() / buflib_alloc() documentation 2015-01-02 18:51:15 +01:00
core_alloc.h buflib: Properly support allocations without any name, to avoid wasting space 2014-02-02 19:40:38 +01:00
crc32-mi4.h crc-mi4: use const lookup table for crc 2014-07-07 12:54:50 +02:00
crc32-rkw.h
crc32.h buflib: Add crc field protecting buflib cookie integrity 2014-01-16 10:17:39 +01:00
dbgcheck.h
diacritic.h
dir.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
dircache.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
dircache_redirect.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
disk_cache.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
file.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
file_internal.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
fileobj_mgr.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
filesystem-native.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
font_cache.h fonts: Do not unload completely on USB. 2014-01-15 23:37:39 +01:00
format.h
fs_attr.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
gcc_extensions.h
linked_list.h Add common linked list functions 2014-08-16 00:27:01 -04:00
loader_strerror.h
lru.h
memset16.h
rb-loader.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
rbendian.h Fix up maemo port after byte swap header refactoring 2014-12-17 23:29:44 +01:00
rbunicode.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
strcasecmp.h
strcasestr.h
string-extra.h Hopefully fix most of the errors and warnings from the last push 2014-08-29 23:36:11 -04:00
strlcat.h
strlcpy.h
strnatcmp.h
strtok_r.h
timefuncs.h
version.h Prevent spurious recompiles on account of changed version. 2014-08-28 15:48:56 +02:00