summaryrefslogtreecommitdiff
path: root/libartbase/base/globals_unix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/globals_unix.cc')
-rw-r--r--libartbase/base/globals_unix.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libartbase/base/globals_unix.cc b/libartbase/base/globals_unix.cc
index 9a67dc49dd..07226241db 100644
--- a/libartbase/base/globals_unix.cc
+++ b/libartbase/base/globals_unix.cc
@@ -22,6 +22,10 @@
namespace art {
+ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPageSize);
+ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPMDSize);
+ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPUDSize);
+
#ifndef ART_STATIC_LIBARTBASE
#ifdef __APPLE__