Home
last modified time | relevance | path

Searched defs:realloc_fallback (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/std/src/sys/common/
Dalloc.rs40 pub unsafe fn realloc_fallback( in realloc_fallback() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_system.rs26 mod realloc_fallback { module
31 pub(crate) unsafe fn realloc_fallback(&self, ptr: *mut u8, old_layout: Layout, in realloc_fallback() method
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_system.rs9 mod realloc_fallback { module
14 pub(crate) unsafe fn realloc_fallback( in realloc_fallback() method