Home
last modified time | relevance | path

Searched refs:libc_free (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/alloc/
H A Dallocator_test.rs30 fn libc_free(ptr: *mut crate::ffi::c_void); in libc_free() function
57 unsafe { libc_free(src.cast()) }; in realloc()
109 unsafe { libc_free(src.cast()) }; in realloc()