MCPcopy Create free account
hub / github.com/StephanvanSchaik/windows-kernel-rs / alloc_error

Function alloc_error

windows-kernel-rs/src/allocator.rs:14–16  ·  view source on GitHub ↗
(_: Layout)

Source from the content-addressed store, hash-verified

12/// See issue #52191.
13#[alloc_error_handler]
14fn alloc_error(_: Layout) -> ! {
15 loop {}
16}
17
18lazy_static! {
19 /// The version of Microsoft Windows that is currently running. This is used by

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected