Home
last modified time | relevance | path

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

/rust/kernel/
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/
Dallocator.rs131 unsafe fn realloc( in realloc() method
150 unsafe fn realloc( in realloc() method
174 unsafe fn realloc( in realloc() method
Dallocator_test.rs49 unsafe fn realloc( in realloc() method
Dkvec.rs634 A::realloc( in reserve()
1064 A::realloc(Some(buf.cast()), layout.into(), old_layout.into(), flags) in collect()