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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c393 void *xmalloc(size_t size);
591 fp = xmalloc(sizeof *fp);
648 struct entry *ep = xmalloc(sizeof *ep);
741 bp = xmalloc(sizeof *bp);
854 *arglink = xmalloc(sizeof **arglink);
979 sp = xmalloc(sizeof *sp);
1001 sp->value.text = q = xmalloc(n + 1);
1158 splicep = xmalloc(sizeof *splicep);
1198 *bspp = bsp = xmalloc(sizeof *bsp);
1264 sp->value.functioncall = fcp = xmalloc(sizeo
2371 void *xmalloc(size_t size) { function
[all...]

Completed in 27 milliseconds