mcexec: --extend-heap-by: argument to specify heap extension size

This commit is contained in:
Balazs Gerofi
2017-03-07 14:23:28 +09:00
parent 29ab087fa2
commit e901d42fb6
7 changed files with 59 additions and 8 deletions

View File

@ -1802,6 +1802,7 @@ static void munmap_all(void)
/* free vm_ranges which do_munmap() failed to remove. */
free_process_memory_ranges(thread->vm);
return;
} /* munmap_all() */