Function emerald_std::alloc::dealloc

source ·
pub unsafe fn dealloc(ptr: *mut u8, layout: Layout)
Expand description

Safety

This function is unsafe because it deallocates memory from a block previously given by this allocator The pointer must point to a valid mapped allocated block.