Changeset 435f2c0 in rtems
- Timestamp:
- 11/15/13 13:11:51 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 3a7628e8
- Parents:
- 85b52642
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/15/13 13:11:51)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (11/18/13 13:56:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/malloctest/init.c
r85b52642 r435f2c0 979 979 _Heap_Initialize( heap, area_begin + 768, 256, 0 ); 980 980 sub_area_begin = (uint8_t *) heap->first_block; 981 sub_area_end = (uint8_t *) _Heap_Alloc_area_of_block( heap->last_block );981 sub_area_end = (uint8_t *) heap->first_block->prev_size; 982 982 983 983 puts( "heap extend - link below" );
Note: See TracChangeset
for help on using the changeset viewer.