Home
last modified time | relevance | path

Searched refs:NEXT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmake.c1659 t->next = (t_ldsk **)mCalloc(NEXT_BLOCK_SIZE,sizeof(t_ldsk *)); in PHYREX_Make_Lindisk_Next()
1660 else if(!(t->n_next%NEXT_BLOCK_SIZE)) in PHYREX_Make_Lindisk_Next()
1661 t->next = (t_ldsk **)mRealloc(t->next,t->n_next+NEXT_BLOCK_SIZE,sizeof(t_ldsk *)); in PHYREX_Make_Lindisk_Next()
H A Dutilities.h266 #define NEXT_BLOCK_SIZE 50 macro
H A Dphyrex.c2733 new_next = (t_ldsk **)mCalloc(ldsk->n_next-1+NEXT_BLOCK_SIZE,sizeof(t_ldsk *)); in PHYREX_Remove_Lindisk_Next()