trymmap
if (size <= 8 * 1048576 && trymmap(from_fd) &&
if (trymmap(from_fd) && trymmap(to_fd)) {
static int trymmap(int);