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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c296 static uchar_t *egmalloc(size_t n);
454 r->ptr = (Expr **)egmalloc(r->maxid * sizeof (Expr *));
457 r->firstpos.base = (FID *)egmalloc(n);
458 r->tmp.base = (FID *)egmalloc(n);
622 e->follow = (ID *)egmalloc(e->flen * sizeof (ID));
732 egmalloc(size_t n) function
840 r->states = (State *)egmalloc(r->statelim * sizeof (State));
844 r->posbase = (FID *)egmalloc(r->nposalloc * sizeof (FID));
906 r = (re_re *)egmalloc(sizeof (re_re));
926 Expr *e = (Expr *)egmalloc(sizeo
[all...]

Completed in 58 milliseconds