We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c27ba6 + 49ac6d8 commit 9bcee26Copy full SHA for 9bcee26
alloc/src/alloc.rs
@@ -17,6 +17,7 @@ unsafe extern "Rust" {
17
#[rustc_allocator]
18
#[rustc_nounwind]
19
#[rustc_std_internal_symbol]
20
+ #[rustc_allocator_zeroed_variant = "__rust_alloc_zeroed"]
21
fn __rust_alloc(size: usize, align: usize) -> *mut u8;
22
#[rustc_deallocator]
23
0 commit comments