Changeset 6cd05d2 in rtems for cpukit/libcsupport/src/malloc.c
- Timestamp:
- 03/30/04 15:23:50 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e0f75b1
- Parents:
- 6855663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/malloc.c
r6855663 r6cd05d2 246 246 if (return_this) 247 247 { 248 uint32_tactual_size;248 size_t actual_size; 249 249 uint32_t current_depth; 250 250 status = rtems_region_get_segment_size( … … 370 370 #ifdef MALLOC_STATS 371 371 { 372 uint32_tsize;372 size_t size; 373 373 status = rtems_region_get_segment_size( RTEMS_Malloc_Heap, ptr, &size ); 374 374 if ( status == RTEMS_SUCCESSFUL ) {
Note: See TracChangeset
for help on using the changeset viewer.