Lines Matching refs:egmalloc
296 static uchar_t *egmalloc(size_t n);
454 r->ptr = (Expr **)egmalloc(r->maxid * sizeof (Expr *)); in eginit()
457 r->firstpos.base = (FID *)egmalloc(n); in eginit()
458 r->tmp.base = (FID *)egmalloc(n); in eginit()
622 e->follow = (ID *)egmalloc(e->flen * sizeof (ID)); in efollow()
732 egmalloc(size_t n) in egmalloc() function
840 r->states = (State *)egmalloc(r->statelim * sizeof (State)); in stateinit()
844 r->posbase = (FID *)egmalloc(r->nposalloc * sizeof (FID)); in stateinit()
906 r = (re_re *)egmalloc(sizeof (re_re)); in egprep()
926 Expr *e = (Expr *)egmalloc(sizeof (Expr)); in newexpr()
1061 tab = egmalloc(CCL_SIZ * sizeof (uchar_t)); in d3()
1167 *b = egmalloc(bestlen * sizeof (uchar_t)); in re_lit()
1206 b = (re_bm *)egmalloc(sizeof (*b)); in re_bmcomp()
1233 b->delta2 = (int *)egmalloc(m * sizeof (int)); in delta_2()
1298 buf = (uchar_t *)egmalloc(20000 * sizeof (uchar_t)); in re_recw()
1345 c = (re_cw *)egmalloc(sizeof (*c)); in re_cwinit()
1515 n->tab = nn = (Node **)egmalloc(256 * sizeof (Node *)); in shifttab()
1611 next_node = (Node *)egmalloc(incr * sizeof (Node)); in newnode()
1631 next_link = (Link *)egmalloc(incr * sizeof (Link)); in newlink()