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

Function GB_Global_nmalloc_get

deps/GraphBLAS/Source/GB_Global.c:914–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914GB_PUBLIC
915int64_t GB_Global_nmalloc_get (void)
916{
917 int64_t nmalloc ;
918 GB_ATOMIC_READ
919 nmalloc = GB_Global.nmalloc ;
920 return (nmalloc) ;
921}
922
923//------------------------------------------------------------------------------
924// malloc_debug

Callers 4

GB_mex.hFile · 0.85
GB_mx_put_globalFunction · 0.85
GB_mx_get_globalFunction · 0.85
mexFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected