![]() |
Multi-ApplicationOnlineProfiling
2.1
|

Go to the source code of this file.
Data Structures | |
| struct | Binary_Tree |
| Struct defining a binary tree. More... | |
Functions | |
| void | Binary_Tree_init (struct Binary_Tree *bt, int rank, int size) |
| Initialization of a binary tree. More... | |
| void | Binary_Tree_release (struct Binary_Tree *bt) |
| releases a binary tree More... | |
| static int | Binary_Tree_parent (struct Binary_Tree *bt) |
| Getter on the parent. More... | |
| static int | Binary_Tree_left_child (struct Binary_Tree *bt) |
| Getter on the left child. More... | |
| static int | Binary_Tree_right_child (struct Binary_Tree *bt) |
| Getter on the right child. More... | |
| static int | Binary_Tree_child_count (struct Binary_Tree *bt) |