diff options
author | 2025-01-22 05:55:33 +0000 | |
---|---|---|
committer | 2025-01-23 10:36:41 -0800 | |
commit | 7ed44baf0fd51165fb4bac25f318a87b619ef490 (patch) | |
tree | 8ebf0b5e4c8471f832bb4b1061574607baa81364 /compiler/optimizing/code_flow_simplifier.h | |
parent | 85b7a098e7f1ae6d4b96380a374e9e89832a4364 (diff) |
Stop using MAP_32BIT for mapping in <4GB on x86_64
MAP_32BIT flag limits to first 2GB address space as per manpage. However,
as per the kernel source code it seems to be only 1GB, thereby limiting
available address space for mapping in <4GB on x86_64.
Bug: 384045833
Test: art/test/testrunner/testrunner.py --host --64
Change-Id: If5f696648a9d55bd08d4f39ee7a25dea285b89dc
Diffstat (limited to 'compiler/optimizing/code_flow_simplifier.h')
0 files changed, 0 insertions, 0 deletions