Searched refs:__rust_dealloc (Results 1 – 2 of 2) sorted by relevance
40 fn __rust_dealloc(ptr: *mut u8, _size: usize, _align: usize) { in __rust_dealloc() function
36 fn __rust_dealloc(ptr: *mut u8, size: usize, align: usize); in __rust_dealloc() function109 unsafe { __rust_dealloc(ptr, layout.size(), layout.align()) } in dealloc()