core_alloc: Provide a tiny test allocation, which can be freed for debug purposes.
commit4478b25ede0129b1572145737627db7297dcc89f
authorThomas Martitz <kugel@rockbox.org>
Wed, 5 Oct 2011 18:32:19 +0000 (5 18:32 +0000)
committerThomas Martitz <kugel@rockbox.org>
Wed, 5 Oct 2011 18:32:19 +0000 (5 18:32 +0000)
tree26e30d0021ee7d3433ec055c4576cb24f14d9080
parent6efb3f0760b54fb80423924a7aab17da043dbba9
core_alloc: Provide a tiny test allocation, which can be freed for debug purposes.

This allocation can be freed in the buflib debug menu (select it to free).
Doing a another allocation, e.g. by selecting another item in this debug menu
will cause compaction (all allocs move).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30719 a1c6a512-1295-4272-9138-f99709370657
apps/debug_menu.c
firmware/core_alloc.c
firmware/include/core_alloc.h