Home
last modified time | relevance | path

Searched defs:myfree2 (Results 1 – 3 of 3) sorted by last modified time

/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dmyutils.cpp1787 void myfree2(void *p, unsigned bytes, const char *FileName, int Line) in myfree2() function
1834 void myfree2(void *p, unsigned bytes) in myfree2() function
H A Dmyutils.h146 #define myfree2(p,n) rce_free(p, __FILE__, __LINE__) macro
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dadalloc.c158 void myfree2(double **A) { in myfree2() function