Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/alloc/
H A Dallocator.rs60 struct ReallocFunc( struct
64 impl ReallocFunc { implementation
139 unsafe { ReallocFunc::KREALLOC.call(ptr, layout, old_layout, flags) } in realloc()
163 unsafe { ReallocFunc::VREALLOC.call(ptr, layout, old_layout, flags) } in realloc()
187 unsafe { ReallocFunc::KVREALLOC.call(ptr, layout, old_layout, flags) } in realloc()