Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
GrB_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
Serializer_Graph_SetNodeLabels
Function · 0.85
Proc_BFS_Free
Function · 0.85
AllPathsCtx_Free
Function · 0.85
gb_norm
Function · 0.85
mexFunction
Function · 0.85
mexFunction
Function · 0.85
Calls
1
GB_Matrix_free
Function · 0.85
Tested by
no test coverage detected