lib.rs
Dec 21, 2024Corresponds to compiling nauty and Traces with USE_TLS defined. libc: nauty and Traces sometimes allocate memory internally, for example in the nauty_to_sg function. This feature enable bindings to DYNFREE and SG_FREE, which are needed to deallocate this memory again. Note that this can only be done safely if nauty and Traces are linked to the ...