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:
Joel Sherrill
2005-01-20 17:21:34 +00:00
parent 1147a6527c
commit 25bcb1ddb6
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )