Skip to content
GraphInitAligned

GraphInitAligned

Description

Initialize graph with explicit node alignment.

Parameters

Name Direction Description
aln in Alignment used for graph-owned node payload allocations.

Usage example (Cross-references)

Usage examples (Cross-references)
    
        typedef Graph(int) IntGraph;
        IntGraph graph = GraphInitAligned(32);
    
        GraphNodeId node_id = GraphAddNodeR(&graph, 11);
Last updated on