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)
- In
Graph.Type.c:28:
typedef Graph(int) IntGraph;
IntGraph graph = GraphInitAligned(32);
GraphNodeId node_id = GraphAddNodeR(&graph, 11);
Last updated on