source: rtems/testsuites/libtests/malloc04/malloc04.scn @ 85387db5

4.115
Last change on this file since 85387db5 was 85387db5, checked in by Sebastian Huber <sebastian.huber@…>, on 05/03/13 at 15:28:48

libtests/malloc04: Adjust for new sbrk() support

  • Property mode set to 100644
File size: 198 bytes
Line 
1*** TEST MALLOC 04 ***
2No sbrk() amount
3Misaligned extend
4sbrk(128)
5Not enough sbrk() space
6sbrk(256)
7Valid heap extend
8sbrk(64)
9Invalid heap extend
10sbrk(64)
11sbrk(-64)
12*** END OF TEST MALLOC 04 ***
Note: See TracBrowser for help on using the repository browser.