MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / DebuggingAlloc

Class DebuggingAlloc

hail-fuzz/src/debug_alloc.rs:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7static ALLOC: DebuggingAlloc = DebuggingAlloc::new();
8
9struct DebuggingAlloc {
10 alloc_failure: std::sync::atomic::AtomicBool,
11}
12
13impl DebuggingAlloc {
14 const fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected