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

Function GB_Global_malloc_debug_set

deps/GraphBLAS/Source/GB_Global.c:927–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925//------------------------------------------------------------------------------
926
927GB_PUBLIC
928void GB_Global_malloc_debug_set (bool malloc_debug)
929{
930 GB_ATOMIC_WRITE
931 GB_Global.malloc_debug = malloc_debug ;
932}
933
934bool GB_Global_malloc_debug_get (void)
935{

Callers 8

GB_initFunction · 0.85
GB_mex.hFile · 0.85
mexFunctionFunction · 0.85
many_assignFunction · 0.85
mexFunctionFunction · 0.85
mexFunctionFunction · 0.85
many_assignFunction · 0.85
many_subassignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected