Changeset b041968 in rtems
- Timestamp:
- Oct 31, 2002, 8:09:49 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0647cc7
- Parents:
- 1c3ea41
- Location:
- cpukit/score
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
r1c3ea41 rb041968 1 2002-10-31 Joel Sherrill <joel@OARcorp.com> 2 3 * src/heapgetinfo.c: Fixed comment. 4 * src/mpci.c: Removed warning. 5 1 6 2002-10-28 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/score/src/heapgetinfo.c
r1c3ea41 rb041968 25 25 * Input parameters: 26 26 * the_heap - pointer to heap header 27 * the_info - pointer for information to be returned 27 28 * 28 29 * Output parameters: 29 * free_sz - Pointer for free amount return 30 * used_sz - Pointer for used amount return 30 * *the_info - contains information about heap 31 31 * return 0=success, otherwise heap is corrupt. 32 32 */ -
cpukit/score/src/mpci.c
r1c3ea41 rb041968 386 386 } 387 387 } 388 389 return 0; /* unreached - only to remove warnings */ 388 390 } 389 391
Note: See TracChangeset
for help on using the changeset viewer.