sl_free_buffer function
void
sl_free_buffer()
Free the memory of analysis results. All analysis functions returning int32_t* (such as sl_text_analyze, sl_document_analyze, sl_document_analyze_incremental, sl_document_analyze_incremental_in_line_range, sl_document_get_highlight_slice) must be freed via this function @param result Highlight analysis result
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Int32>)>(assetId: _sweetlineAssetId)
external void sl_free_buffer(ffi.Pointer<ffi.Int32> result);