Skip to main content

sql_dialect_fmt_dealloc

Function sql_dialect_fmt_dealloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sql_dialect_fmt_dealloc( ptr: u32, capacity: u32, )
Expand description

Free a buffer previously allocated by sql_dialect_fmt_alloc.

ยงSafety

ptr must be a pointer returned by sql_dialect_fmt_alloc with the same capacity, and it must not have already been freed. Passing any other pointer or capacity is undefined behavior.