Changeset 25bcb1dd in rtems
- Timestamp:
- 01/20/05 17:21:34 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e68206a1
- Parents:
- 1147a65
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r1147a65 r25bcb1dd 1 2005-01-20 Joel Sherrill <joel@OARcorp.com> 2 3 PR 740/rtems 4 * score/src/heapgetfreeinfo.c: Return size of largest not of last block. 5 1 6 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/src/heapgetfreeinfo.c
r1147a65 r25bcb1dd 50 50 51 51 info->number++; 52 info->largest = 0;53 52 info->total += the_block->front_flag; 54 53
Note: See TracChangeset
for help on using the changeset viewer.