Searched refs:ReallocFunc (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 54 struct ReallocFunc( struct 64 impl ReallocFunc { impl 156 unsafe { ReallocFunc::KREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc() 225 unsafe { ReallocFunc::VREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc() 250 unsafe { ReallocFunc::KVREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc()
|