[][src]Function mynewt::kernel::os::os_free

pub unsafe extern "C" fn os_free(mem: *mut c_void)

Operating system level free(). See description of os_malloc() for reasoning.

Free's memory allocated by malloc.