* Initializes Segment Tree * Accquires memory for segment tree * and fill the leaves of segment tree with data from array * @param arr the array data upon which segment tree is build * @param elem_size size of each element in segment tree * @param len total no of elements in array * @param identity the identity element for combine_function * @param func the combine_function used to build se
source not stored for this graph (policy: none)