Skip to main content

finalize

Function finalize 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn finalize(q: *mut CompilerResult)
Expand description

Deallocates the CompilerResult pointed by q.

ยงSafety

it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult and that after
calling this function, q is invalid and should not
be used anymore.