Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp326 constexpr scudo::uptr ReallocSize = in SCUDO_TYPED_TEST() local
328 void *P = Allocator->allocate(ReallocSize, Origin); in SCUDO_TYPED_TEST()
330 memset(P, Marker, ReallocSize); in SCUDO_TYPED_TEST()
332 const scudo::uptr NewSize = ReallocSize + Delta; in SCUDO_TYPED_TEST()
335 for (scudo::uptr I = 0; I < ReallocSize - 32; I++) in SCUDO_TYPED_TEST()