Files
rtems/testsuites/libtests/malloc04/malloc04.scn
Joel Sherrill 830c6eee8e 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1535/tests
	* malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
	of work by Ralf and Joel.
2010-07-14 23:23:12 +00:00

24 lines
457 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)
Initialize heap with no memory (sbrk aligned)
sbrk(64)
sbrk(128)
sbrk(128)
sbrk(64)
Initialize heap with no memory (sbrk aligned)
sbrk(64)
sbrk(128)
Set sbrk amount in heap to 0
sbrk(64)
*** END OF TEST MALLOC 04 ***