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.
alloc-variant-zeroed
1 parent f016862 commit 49ac6d8Copy full SHA for 49ac6d8
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