Searched defs:FREE (Results 1 – 2 of 2) sorted by relevance
91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
273 #define FREE(object) efree(object) macro