Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Graph_AllocateNodes
Function
Graph_AllocateNodes
src/graph/graph.c:531–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
}
530
531
void Graph_AllocateNodes(Graph *g, size_t n) {
532
ASSERT(g);
533
DataBlock_Accommodate(g->nodes, n);
534
}
535
536
void Graph_AllocateEdges(Graph *g, size_t n) {
537
ASSERT(g);
Callers
11
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
RdbLoadDeletedNodes_v9
Function · 0.85
_InitGraphDataStructure
Function · 0.85
RdbLoadDeletedNodes_v10
Function · 0.85
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
BulkInsert
Function · 0.85
CommitNewEntities
Function · 0.85
_build_graph
Function · 0.85
Calls
1
DataBlock_Accommodate
Function · 0.85
Tested by
1
_build_graph
Function · 0.68