Function emerald_std::alloc::realloc
source · pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8
Expand description
Safety
See self::alloc
and self::dealloc
pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8
See self::alloc
and self::dealloc