Search | Google it | Results 1 - 3 of 3 for funcall:Malloc (0.02 seconds) |
564: if (!p->h_buf) { 565: if (!(p->h_buf = Malloc(HIST_BUFSZ))) 566: rtn = -1;
143: /* Initialize the serial line management information */ 144: LineInfo = (LINE_INFO *)Malloc(sizeof(LINE_INFO) * nPorts); 145: if (! LineInfo) {nPorts = 0; return E_NOMEM;}
819: UB *new, *old; 820: new = Malloc(n); 821: if ( new != NULL ) {