Searched refs:PrimaryCompactPtrScale (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h50 // static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
78 static const uptr PrimaryCompactPtrScale = 0; member in struct:scudo::DefaultConfig
108 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG; member in struct:scudo::AndroidConfig
141 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG; member in struct:scudo::AndroidSvelteConfig
177 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG; member in struct:scudo::FuchsiaConfig
198 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG; member in struct:scudo::TrustyConfig
H A Dprimary64.h47 static const uptr CompactPtrScale = Config::PrimaryCompactPtrScale;
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp35 static const scudo::uptr PrimaryCompactPtrScale = 0; member in struct:TestConfig1
52 static const scudo::uptr PrimaryCompactPtrScale = 0; member in struct:TestConfig2
69 static const scudo::uptr PrimaryCompactPtrScale = 0; member in struct:TestConfig3
84 static const scudo::uptr PrimaryCompactPtrScale = 3U; member in struct:TestConfig4
177 static const scudo::uptr PrimaryCompactPtrScale = 0; member in struct:SmallRegionsConfig
H A Dcombined_test.cpp526 static const scudo::uptr PrimaryCompactPtrScale = 0; member in struct:DeathConfig

Completed in 186 milliseconds