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

Function GB_Global_malloc_function_set

deps/GraphBLAS/Source/GB_Global.c:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784//------------------------------------------------------------------------------
785
786void GB_Global_malloc_function_set (void * (* malloc_function) (size_t))
787{
788 GB_Global.malloc_function = malloc_function ;
789}
790
791void * GB_Global_malloc_function (size_t size)
792{

Callers 1

GB_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected