Author :
Ole André Vadla Ravnås
Date :
2017-03-15 01:43:11
Hash :5e4fcdcc Message :Simplify iOS trampoline table allocation
By using VM_FLAGS_OVERWRITE there is no need for speculatively
allocating on a page we just deallocated. This approach eliminates the
race-condition and gets rid of the retry logic.