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

Function GrB_Vector_free

deps/GraphBLAS/Source/GrB_Vector_free.c:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include "GB.h"
14
15GrB_Info GrB_Vector_free // free a vector
16(
17 GrB_Vector *v // handle of vector to free
18)
19{
20
21 GB_Matrix_free ((GrB_Matrix *) v) ;
22 return (GrB_SUCCESS) ;
23}
24

Callers 6

Proc_BFS_FreeFunction · 0.85
AllPathsCtx_FreeFunction · 0.85
gb_normFunction · 0.85
mexFunctionFunction · 0.85
mexFunctionFunction · 0.85

Calls 1

GB_Matrix_freeFunction · 0.85

Tested by

no test coverage detected