Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Binary_Tree.c File Reference
#include "Binary_Tree.h"
Include dependency graph for Binary_Tree.c:

Go to the source code of this file.

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...