extern"C" { /// A portable implementation of [`getcontext`](https://man7.org/linux/man-pages/man3/getcontext.3.html) /// since it is not supported by all libc implementations, namely `musl`, as /// it has been deprecated from POSIX for over a decade /// /// The implementation is ported from Breakpad, which is itself ported from /// libunwind #[cfg_attr(target_arch = "aarch64", allow(improper_ctypes))] pubfn crash_context_getcontext(ctx: *mutsuper::ucontext_t) -> i32;
}
cfg_if::cfg_if! { if#[cfg(target_arch = "x86_64")] { mod x86_64;
} elseif#[cfg(target_arch = "x86")] { mod x86;
} elseif#[cfg(target_arch = "aarch64")] { mod aarch64;
} elseif#[cfg(target_arch = "arm")] { mod arm;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet am 2026-06-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.