try_write_buf
return try_read_buf(ptr) && try_write_buf(ptr);
ASSERT_FALSE(try_write_buf(ptr_p));
result = try_write_buf(&ptr[i * page_size]);