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