mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/init.c: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* malloctest/init.c: Fix typo.
|
||||
|
||||
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
|
||||
|
||||
@@ -162,7 +162,7 @@ void test_heap_cases_1()
|
||||
test_heap_init();
|
||||
puts( "Heap Initialized" );
|
||||
p1 = _Heap_Allocate( &TestHeap, 500 );
|
||||
rtems_test_assert( p2 != NULL );
|
||||
rtems_test_assert( p1 != NULL );
|
||||
p2 = _Heap_Allocate( &TestHeap, 500 );
|
||||
rtems_test_assert( p2 != NULL );
|
||||
rsc = _Heap_Resize_block( &TestHeap, p1, 256, &u1, &u2 );
|
||||
|
||||
Reference in New Issue
Block a user