Searched refs:ReallocSize (Results 1 – 1 of 1) sorted by relevance
327 constexpr scudo::uptr ReallocSize = in SCUDO_TYPED_TEST() local329 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()