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

Function GB_Global_malloc_tracking_set

deps/GraphBLAS/Source/GB_Global.c:893–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891//------------------------------------------------------------------------------
892
893GB_PUBLIC
894void GB_Global_malloc_tracking_set (bool malloc_tracking)
895{
896 GB_Global.malloc_tracking = malloc_tracking ;
897}
898
899bool GB_Global_malloc_tracking_get (void)
900{

Callers 5

GB_initFunction · 0.85
GB_mx_get_globalFunction · 0.85
mexFunctionFunction · 0.85
mexFunctionFunction · 0.85
mexFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected