Files
rtems/testsuites/libtests/malloc04/malloc04.scn
Joel Sherrill 747d8081a9 2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
	obsolete.
2011-07-12 15:55:44 +00:00

14 lines
270 B
Plaintext

*** TEST MALLOC 04 ***
Initialize heap with some memory
sbrk(128)
sbrk(128)
sbrk(64)
Initialize heap with some memory - return address out of heap
sbrk(128)
sbrk(-128)
Initialize heap with some unaligned memory
sbrk(128)
sbrk(128)
sbrk(64)
*** END OF TEST MALLOC 04 ***