Garbage collection from C / Storing jl_value_t * in global C variables

Ref Libjulia / c-api : how to unbox SparseMatrixCSC
Redirecting to Google Groups

There isn’t and won’t be one since it’s defined in julia and there’s no standard C api for it.
Define your own in julia (or use getindex/setindex etc) and access it with cfunction or jlcall*.

1 Like