[scudo] Move getPageSize() decl to common.h header (#157146)

The getPageSize() function is defined in the platform-specific
source files but used in common.cpp.  Every function used across
files should be declared in a header so the same declaration is
in scope for the callers and the definition.

GitOrigin-RevId: 5cf4959b2121aac82f86b10a2c9b9faa74fedda9
2 files changed