3 // Allocate some memory and then deallocate it, to get a nice up-then-down
8 // N=36 gives us 72 snapshots, which fills the text graph nicely.
13 for (i
= 0; i
< N
; i
++) {
14 a
[i
] = malloc(400); // 400 is divisible by 16 -- so no slop.
16 for (i
= 0; i
< N
-1; i
++) {