aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf/PageReservation.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove guard pages option from uncommitted page reservationsUlf Hermann2014-10-301-9/+3
| | | | | | | | | | It's only implemented for non-linux unix-like systems and it's quite challenging to get it right everywhere else. So, instead of giving the user the illusion that guard pages might be available we just drop them. Change-Id: I7ec74c84f6215f22bd10758728b18bbecc0adf59 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Allow page allocations to include guard pagesUlf Hermann2014-10-301-1/+1
| | | | | | | | The PageAllocator is in principle capable of using guard pages. We can expose that functionality to its clients. Change-Id: I919f6f76310feb160d2b26ac1fc64db4e91804bb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+149
Change-Id: I507cd5707b7d7223a0d901cf939896fb2649b684 Reviewed-by: Lars Knoll <lars.knoll@digia.com>