Home
last modified time | relevance | path

Searched refs:MinAlignLog (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp25 static constexpr scudo::uptr MinAlignLog = FIRST_32_SECOND_64(3U, 4U); variable
153 for (scudo::uptr AlignLog = MinAlignLog; AlignLog <= 16U; AlignLog++) { in BasicTest()
205 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, true); in SCUDO_TYPED_TEST()
223 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, false); in SCUDO_TYPED_TEST()
243 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, false); in SCUDO_TYPED_TEST()
248 1U << MinAlignLog) && in SCUDO_TYPED_TEST()
652 constexpr scudo::uptr MinAlignLog = FIRST_32_SECOND_64(3U, 4U); in SCUDO_TYPED_TEST() local
676 Ptrs[I] = Allocator->allocate(Size, Origin, 1U << MinAlignLog, true); in SCUDO_TYPED_TEST()