#include int main(void) { int i; for (i = 0; i < 200; i++) { malloc(16); // divisible by 16 -- no slop } return 0; }