summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc04/malloc04.scn
blob: 0792868f766e9150a40e38fd63ddc9c8b05b8c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
*** 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 ***