Files
rtems/testsuites/libtests/malloc04/malloc04.scn
2013-07-26 14:00:00 +02:00

13 lines
202 B
Plaintext

*** TEST MALLOC 04 ***
No sbrk() amount
Misaligned extend
sbrk(512)
Not enough sbrk() space
sbrk(1024)
Valid heap extend
sbrk(256)
Invalid heap extend
sbrk(256)
sbrk(-256)
*** END OF TEST MALLOC 04 ***