Searched refs:egmalloc (Results 1 – 1 of 1) sorted by relevance
293 static uchar_t *egmalloc(size_t n);451 r->ptr = (Expr **)egmalloc(r->maxid * sizeof (Expr *)); in eginit()454 r->firstpos.base = (FID *)egmalloc(n); in eginit()455 r->tmp.base = (FID *)egmalloc(n); in eginit()619 e->follow = (ID *)egmalloc(e->flen * sizeof (ID)); in efollow()727 egmalloc(size_t n) in egmalloc() function835 r->states = (State *)egmalloc(r->statelim * sizeof (State)); in stateinit()839 r->posbase = (FID *)egmalloc(r->nposalloc * sizeof (FID)); in stateinit()901 r = (re_re *)egmalloc(sizeof (re_re)); in egprep()921 Expr *e = (Expr *)egmalloc(sizeof (Expr)); in newexpr()[all …]