Changeset a625ccd in rtems
- Timestamp:
- 01/15/96 23:04:50 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6661eaa1
- Parents:
- c64e4ed4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/src/heap.c
rc64e4ed4 ra625ccd 418 418 * Output parameters: NONE 419 419 */ 420 421 #ifndef RTEMS_DEBUG 422 423 void _Heap_Walk( 424 Heap_Control *the_heap, 425 int source, 426 boolean do_dump 427 ) 428 { 429 } 430 431 #else 420 432 421 433 #include <stdio.h> … … 523 535 abort(); 524 536 } 537 #endif -
cpukit/score/src/heap.c
rc64e4ed4 ra625ccd 418 418 * Output parameters: NONE 419 419 */ 420 421 #ifndef RTEMS_DEBUG 422 423 void _Heap_Walk( 424 Heap_Control *the_heap, 425 int source, 426 boolean do_dump 427 ) 428 { 429 } 430 431 #else 420 432 421 433 #include <stdio.h> … … 523 535 abort(); 524 536 } 537 #endif
Note: See TracChangeset
for help on using the changeset viewer.