Add support for landlock_create_ruleset (444), landlock_add_rule (445) and landlock_r...
[valgrind.git] / massif / tests / culling2.c
blob5d44dbe3bd49e44c60335b012014044b1dae6e4b
1 #include <stdlib.h>
3 int main(void)
5 int i;
6 for (i = 0; i < 200; i++) {
7 malloc(400*i); // Divisible by 16 -- no slop.
9 return 0;