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

Function GB_Global_realloc_function_set

deps/GraphBLAS/Source/GB_Global.c:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811//------------------------------------------------------------------------------
812
813void GB_Global_realloc_function_set
814(
815 void * (* realloc_function) (void *, size_t)
816)
817{
818 GB_Global.realloc_function = realloc_function ;
819}
820
821bool GB_Global_have_realloc_function (void)
822{

Callers 1

GB_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected