Searched defs:alloc_zeroed (Results 1 – 12 of 12) sorted by relevance
| /third_party/rust/rust/library/std/src/sys/unsupported/ |
| D | alloc.rs | 12 unsafe fn alloc_zeroed(&self, _layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | alloc.rs | 12 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | alloc.rs | 27 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/core/src/alloc/ |
| D | global.rs | 194 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/src/tools/miri/tests/pass/issues/ |
| D | issue-miri-1909.rs | 42 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/example/ |
| D | alloc_system.rs | 68 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/ |
| D | alloc_system.rs | 48 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/ |
| D | alloc.rs | 34 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/std/src/sys/sgx/ |
| D | alloc.rs | 68 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | alloc.rs | 201 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/tests/ui/process/ |
| D | process-panic-after-fork.rs | 69 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
|
| /third_party/rust/rust/library/alloc/src/ |
| D | alloc.rs | 173 pub unsafe fn alloc_zeroed(layout: Layout) -> *mut u8 { in alloc_zeroed() function
|