Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp327 constexpr scudo::uptr ReallocSize = in SCUDO_TYPED_TEST() local
329 void *P = Allocator->allocate(ReallocSize, Origin); in SCUDO_TYPED_TEST()
331 memset(P, Marker, ReallocSize); in SCUDO_TYPED_TEST()
333 const scudo::uptr NewSize = ReallocSize + Delta; in SCUDO_TYPED_TEST()
336 for (scudo::uptr I = 0; I < ReallocSize - 32; I++) in SCUDO_TYPED_TEST()