Home
last modified time | relevance | path

Searched defs:alloc_error_handler (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_example.rs26 fn alloc_error_handler(_: alloc::alloc::Layout) -> ! { in alloc_error_handler() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_example.rs25 fn alloc_error_handler(_: alloc::alloc::Layout) -> ! { in alloc_error_handler() function
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dlib.rs29 mod alloc_error_handler; module
/third_party/rust/rust/compiler/rustc_metadata/src/
Dcreader.rs842 let mut alloc_error_handler = in inject_allocator_crate() localVariable