child_memcmp_fn
exit(child_memcmp_fn(mem, size, &comm_pipes));
exit(child_memcmp_fn(mem, size / 2, &comm_pipes));
exit(child_memcmp_fn(mem + size / 2, size / 2,
do_test_cow_in_parent(mem, size, false, child_memcmp_fn, false);
do_test_cow_in_parent(mem, size, true, child_memcmp_fn, false);