Go ahead and get rid of the old page size interface and convert all the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 23:31:56 +0000 (23:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 23:31:56 +0000 (23:31 +0000)
commitf5867ab7178784bc63a3deafcf4fb09260e4d19a
tree6bf86cbea4d2384c9486d8e3d7e46c002b2d4967
parent814afe91ccad0e5e1f767303d780fa0318fa5212
Go ahead and get rid of the old page size interface and convert all the
users over to the new one. No sense maintaining this "compatibility"
layer it seems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171331 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Process.h
lib/Support/MemoryBuffer.cpp
lib/Support/Process.cpp
lib/Support/Unix/Memory.inc
lib/Support/Unix/PathV2.inc
unittests/Support/MemoryTest.cpp