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