Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp263 const scudo::uptr NeedleSize = 1024U; in SCUDO_TYPED_TEST() local
264 void *NeedleP = Allocator->allocate(NeedleSize, Origin); in SCUDO_TYPED_TEST()
268 void *P = Allocator->allocate(NeedleSize, Origin); in SCUDO_TYPED_TEST()