Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c293 static uchar_t *egmalloc(size_t n);
454 r->firstpos.base = (FID *)egmalloc(n); in eginit()
455 r->tmp.base = (FID *)egmalloc(n); in eginit()
727 egmalloc(size_t n) in egmalloc() function
901 r = (re_re *)egmalloc(sizeof (re_re)); in egprep()
921 Expr *e = (Expr *)egmalloc(sizeof (Expr)); in newexpr()
1056 tab = egmalloc(CCL_SIZ * sizeof (uchar_t)); in d3()
1162 *b = egmalloc(bestlen * sizeof (uchar_t)); in re_lit()
1201 b = (re_bm *)egmalloc(sizeof (*b)); in re_bmcomp()
1228 b->delta2 = (int *)egmalloc(m * sizeof (int)); in delta_2()
[all …]