Searched refs:MALLOC (Results 1 – 2 of 2) sorted by relevance
219 #ifdef MALLOC221 extern char *MALLOC();223 extern void *MALLOC(size_t);226 #define MALLOC malloc macro600 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));613 rv = (Bigint*)MALLOC(len*sizeof(double));1841 MALLOC(strlen((CONST char*)s0) + 1))) {
1069 POSIX MALLOC USAGE
Completed in 65 milliseconds