Home
last modified time | relevance | path

Searched defs:alloc_zeroed (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/rust/library/std/src/sys/unsupported/
Dalloc.rs12 unsafe fn alloc_zeroed(&self, _layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/std/src/sys/hermit/
Dalloc.rs12 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/std/src/sys/unix/
Dalloc.rs27 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/core/src/alloc/
Dglobal.rs194 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/src/tools/miri/tests/pass/issues/
Dissue-miri-1909.rs42 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_system.rs68 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
182 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_system.rs48 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
110 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/std/src/sys/wasm/
Dalloc.rs34 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/std/src/sys/sgx/
Dalloc.rs68 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/std/src/sys/windows/
Dalloc.rs201 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/tests/ui/process/
Dprocess-panic-after-fork.rs69 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
/third_party/rust/rust/library/alloc/src/
Dalloc.rs173 pub unsafe fn alloc_zeroed(layout: Layout) -> *mut u8 { in alloc_zeroed() function