Lines Matching full:guarantees
89 /// # Guarantees
91 /// This method has the same guarantees as `Allocator::realloc`. Additionally
122 // - Those functions provide the guarantees of this function.
143 // `layout.align()` which together with the slab guarantees means that `Kmalloc` will return
149 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
152 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
222 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
225 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
243 // SAFETY: `realloc` delegates to `ReallocFunc::call`, which guarantees that
246 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.