Searched refs:ckmalloc (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmemalloc.c51 ckmalloc(size_t nbytes) function
132 sp = ckmalloc(len);
H A Dmkinit.c142 void *ckmalloc(int);
409 bp = ckmalloc(sizeof *bp);
452 ckmalloc(int nbytes) function
466 p = ckmalloc(strlen(s) + 1);
H A Dmemalloc.h51 pointer ckmalloc(size_t);
H A Dvar.c206 p = mempcpy(nameeq = ckmalloc(namelen + vallen + 2), name, namelen);
288 vp = ckmalloc(sizeof (*vp));
488 lvp = ckmalloc(sizeof (struct localvar));
491 p = ckmalloc(sizeof(optlist));
589 ll = ckmalloc(sizeof(*ll));
H A Dinput.c358 sp = ckmalloc(sizeof (struct strpush));
448 parsefile->buf = ckmalloc(IBUFSIZ);
482 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile));
H A Dprocess.c46 struct nodelist *newnode = ckmalloc(sizeof(struct nodelist));
65 struct nodelist *nlist = ckmalloc(sizeof(struct nodelist));
H A Dalias.c70 ap = ckmalloc(sizeof (struct alias));
H A Doptions.c310 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
H A Dredir.c451 sv = ckmalloc(sizeof (struct redirtab));
H A Dexpand.c1003 ifsp = (struct ifsregion *)ckmalloc(sizeof (struct ifsregion));
1266 expdir = ckmalloc(i < 2048 ? 2048 : i); /* XXX */
1668 r = ckmalloc(fulllen);
H A Dexec.c638 cmdp = *pp = ckmalloc(sizeof (struct tblentry) - ARB
H A Deval.c573 zx_handle_t* processes = ckmalloc(processes_size);
H A Djobs.c780 jp->ps = ckmalloc(nprocs * sizeof (struct procstat));
H A Dnodes.c122 f = ckmalloc(blocksize + funcstringsize);

Completed in 45 milliseconds