Searched refs:MALLOC (Results 1 – 5 of 5) sorted by relevance
201 #ifdef MALLOC202 extern Char *MALLOC ANSI((size_t));204 #define MALLOC malloc macro
60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
66 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));77 rv = (Bigint*)MALLOC(len*sizeof(double));
117 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
366 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {