Function const_deallocate

unsafe const fn const_deallocate(_ptr: *mut u8, _size: usize, _align: usize)

Deallocates a memory which allocated by intrinsics::const_allocate at compile time. At runtime, does nothing.

Safety