DescriptionOilpan: Don't use guard pages in NaCl
NaCl's system page size is 64 KB. This causes a problem in Oilpan's heap layout
because Oilpan allocates two guard pages for each blink page (whose size is 128 KB).
After a couple of discussions, we decided not to use guard pages in NaCl.
This CL adds a flag to change the guard page size to 0.
It will be used by NaCl in a follow-up CL.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200620
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Messages
Total messages: 9 (4 generated)
|