Home
last modified time | relevance | path

Searched defs:FREEALL (Results 1 – 4 of 4) sorted by relevance

/dports/net/libarms/libarms-5.01/libarms/
H A Dmalloc.h40 #define FREEALL() /* do nothing */ macro
62 #define FREEALL() arms_freeall() macro
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Doptimization.cpp752 #define FREEALL free_vector(xi,1,n);free_vector(pnew,1,n); \ macro
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DSWF.h61 FREEALL = 31, enumerator
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dmacro.h1364 #define FREEALL(a) do { FREESELF(a); FREE_EMPTY_OBJECT(a); } while(0) macro