forked from len0rd/rockbox
Remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7cff8bd69
commit
49b64f13e5
1 changed files with 1 additions and 3 deletions
|
@ -493,9 +493,7 @@ buffer_alloc:
|
||||||
name_len_slot = (union buflib_data*)B_ALIGN_UP(block[3].name + name_len);
|
name_len_slot = (union buflib_data*)B_ALIGN_UP(block[3].name + name_len);
|
||||||
name_len_slot->val = 1 + name_len/sizeof(union buflib_data);
|
name_len_slot->val = 1 + name_len/sizeof(union buflib_data);
|
||||||
handle->alloc = (char*)(name_len_slot + 1);
|
handle->alloc = (char*)(name_len_slot + 1);
|
||||||
/* If we have just taken the first free block, the next allocation search
|
|
||||||
* can save some time by starting after this block.
|
|
||||||
*/
|
|
||||||
block += size;
|
block += size;
|
||||||
/* alloc_end must be kept current if we're taking the last block. */
|
/* alloc_end must be kept current if we're taking the last block. */
|
||||||
if (last)
|
if (last)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue