Searched refs:__rust_alloc_zeroed (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 37 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function 172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 37 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function 172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 37 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function 172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 37 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function 172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 37 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function 172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()
|
/aosp_15_r20/external/bazelbuild-rules_rust/ffi/cc/allocator_library/ |
H A D | allocator_library.cc | 46 extern "C" __attribute__((weak)) uint8_t *__rust_alloc_zeroed(uintptr_t size, in __rust_alloc_zeroed() function
|
/aosp_15_r20/external/cronet/build/rust/std/ |
H A D | remap_alloc.cc | 155 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc_zeroed(size_t size, size_t align) { in __rust_alloc_zeroed() function
|
/aosp_15_r20/external/angle/build/rust/std/ |
H A D | remap_alloc.cc | 169 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc_zeroed(size_t size, size_t align) { in __rust_alloc_zeroed() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/jni/libandroid_runtime/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libandroid_runtime.so.toc | 3352 3347: FUNC GLOBAL DEFAULT 16 __rust_alloc_zeroed
|