()
| 179 | /// like `mmap` where this indicates the argument is omitted. |
| 180 | #[inline] |
| 181 | pub(super) fn no_fd<'a, Num: ArgNumber>() -> ArgReg<'a, Num> { |
| 182 | pass_usize(!0_usize) |
| 183 | } |
| 184 | |
| 185 | #[inline] |
| 186 | pub(super) fn slice_just_addr<T: Sized, Num: ArgNumber>(v: &[T]) -> ArgReg<'_, Num> { |
nothing calls this directly
no test coverage detected