Lines Matching defs:realloc
87 /// This method has the same safety requirements as [`Allocator::realloc`].
91 /// This method has the same guarantees as `Allocator::realloc`. Additionally
149 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
152 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
157 unsafe fn realloc(
166 // SAFETY: `ReallocFunc::call` has the same safety requirements as `Allocator::realloc`.
222 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
225 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
230 unsafe fn realloc(
243 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
246 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
251 unsafe fn realloc(