MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / GB_Global_free_function_set

Function GB_Global_free_function_set

deps/GraphBLAS/Source/GB_Global.c:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850//------------------------------------------------------------------------------
851
852void GB_Global_free_function_set (void (* free_function) (void *))
853{
854 GB_Global.free_function = free_function ;
855}
856
857void GB_Global_free_function (void *p)
858{

Callers 1

GB_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected