[][src]Function avr_libc::free

pub unsafe extern "C" fn free(__ptr: *mut c_void)

The free() function causes the allocated memory referenced by \c ptr to be made available for future allocations. If \c ptr is NULL, no action occurs.