5.2.3.1.2. MRemap System Call
void *mremap (
  void *old_address,
  size_t old_size, size_t new_size,
  unsigned long flags);