Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tikv-jemallocator/src/
Dlib.rs113 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method
154 unsafe fn alloc_zeroed(&mut self, layout: Layout) -> Result<NonNull<u8>, AllocErr> { in alloc_zeroed() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dhermit.rs409 pub fn alloc_zeroed(size: usize, align: usize) -> *mut u8; in alloc_zeroed() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dhermit.rs409 pub fn alloc_zeroed(size: usize, align: usize) -> *mut u8; in alloc_zeroed() function
/external/rust/android-crates-io/crates/libc/src/
Dhermit.rs409 pub fn alloc_zeroed(size: usize, align: usize) -> *mut u8; in alloc_zeroed() function