Use sysconf function for getting memory page size
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>
Wed, 21 Jan 2015 10:14:18 +0000 (12:14 +0200)
committerPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>
Mon, 26 Jan 2015 11:07:44 +0000 (12:07 +0100)
commitc883603035dc0329c2d2ced12b24124fbb90f3d8
treee103e376e46c63ba4a2bd017533b025664cfda2c
parent4d76e4fd35e90356b3115fb64df853849f4ffcbc
Use sysconf function for getting memory page size

Function getpagesize is deprecated and should not be used.

Change-Id: I4d4827662b2e8cb1e668129491a11d58f6722a1d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/3rdparty/masm/wtf/PageBlock.cpp