MCPcopy 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
531void Graph_AllocateNodes(Graph *g, size_t n) {
532 ASSERT(g);
533 DataBlock_Accommodate(g->nodes, n);
534}
535
536void Graph_AllocateEdges(Graph *g, size_t n) {
537 ASSERT(g);

Callers 11

_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
RdbLoadDeletedNodes_v9Function · 0.85
_InitGraphDataStructureFunction · 0.85
RdbLoadDeletedNodes_v10Function · 0.85
_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
BulkInsertFunction · 0.85
CommitNewEntitiesFunction · 0.85
_build_graphFunction · 0.85

Calls 1

DataBlock_AccommodateFunction · 0.85

Tested by 1

_build_graphFunction · 0.68