summaryrefslogtreecommitdiff
path: root/misc/lldb_rb/constants.py
diff options
context:
space:
mode:
-rw-r--r--misc/lldb_rb/constants.py2
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ HEAP_PAGE_ALIGN_LOG = 16
HEAP_PAGE_ALIGN_MASK = (~(~0 << HEAP_PAGE_ALIGN_LOG))
HEAP_PAGE_ALIGN = (1 << HEAP_PAGE_ALIGN_LOG)
HEAP_PAGE_SIZE = HEAP_PAGE_ALIGN