Home
last modified time | relevance | path

Searched defs:PrimaryRegionSizeLog (Results 1 – 3 of 3) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h75 static const uptr PrimaryRegionSizeLog = 32U; member
83 static const uptr PrimaryRegionSizeLog = 19U; member
106 static const uptr PrimaryRegionSizeLog = 28U; member
114 static const uptr PrimaryRegionSizeLog = 18U; member
139 static const uptr PrimaryRegionSizeLog = 27U; member
147 static const uptr PrimaryRegionSizeLog = 16U; member
174 static const uptr PrimaryRegionSizeLog = 28U; member
177 static const uptr PrimaryRegionSizeLog = 30U; member
198 static const uptr PrimaryRegionSizeLog = 10U; member
/external/scudo/standalone/tests/
Dprimary_test.cpp29 static const scudo::uptr PrimaryRegionSizeLog = 18U; member
43 static const scudo::uptr PrimaryRegionSizeLog = 23U; member
60 static const scudo::uptr PrimaryRegionSizeLog = 23U; member
77 static const scudo::uptr PrimaryRegionSizeLog = 23U; member
172 static const scudo::uptr PrimaryRegionSizeLog = 21U; member
Dcombined_test.cpp548 static const scudo::uptr PrimaryRegionSizeLog = DeathRegionSizeLog; member