Searched defs:LUSOL_CALLOC (Results 1 – 2 of 2) sorted by relevance
20 #define LUSOL_CALLOC(count, recsize) mxCalloc(count, recsize) macro25 #define LUSOL_CALLOC(count, recsize) calloc(count, recsize) macro