sqlite_wasm_rs::export

Function sqlite3_free

Source
pub unsafe fn sqlite3_free(ptr: *mut c_void)
Expand description

C interface definition of sqlite Calling sqlite3_free() with a pointer previously returned by sqlite3_malloc() or sqlite3_realloc() releases that memory so that it might be reused.

See https://www.sqlite.org/c3ref/free.html