forked from Imagelibrary/rtems
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 740/rtems * score/src/heapgetfreeinfo.c: Return size of largest not of last block.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 740/rtems
|
||||
* score/src/heapgetfreeinfo.c: Return size of largest not of last block.
|
||||
|
||||
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libfs/src/dosfs/fat.c (fat_init_volume_info): Reflect
|
||||
|
||||
@@ -49,7 +49,6 @@ void _Heap_Get_free_information(
|
||||
return;
|
||||
|
||||
info->number++;
|
||||
info->largest = 0;
|
||||
info->total += the_block->front_flag;
|
||||
|
||||
if ( the_block->front_flag >= info->largest )
|
||||
|
||||
Reference in New Issue
Block a user