3 #include <st-compiler.h>
4 #include <st-universe.h>
13 main (int argc
, char *argv
[])
20 heap
= st_heap_new (1024 * 1024 * 1024);
24 st_assert (st_heap_grow (heap
, 512 * 1024 * 1024));
25 st_assert (st_heap_grow (heap
, 256 * 1024 * 1024));
26 st_assert (st_heap_shrink (heap
, 512 * 1024 * 1024));