Home
last modified time | relevance | path

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

/rust/kernel/
A Dalloc.rs159 unsafe { Self::realloc(None, layout, Layout::new::<()>(), flags) } in alloc()
194 unsafe fn realloc( in realloc() method
214 let _ = unsafe { Self::realloc(Some(ptr), Layout::new::<()>(), layout, Flags(0)) }; in free()
/rust/kernel/alloc/
A Dallocator.rs132 unsafe fn realloc( in realloc() method
149 unsafe fn realloc( in realloc() method
173 unsafe fn realloc( in realloc() method
A Dallocator_test.rs38 unsafe fn realloc( in realloc() method
A Dkvec.rs632 A::realloc( in reserve()
1114 A::realloc(Some(buf.cast()), layout.into(), old_layout.into(), flags) in collect()

Completed in 7 milliseconds