Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c181 #define MAXMALLOCS 1024 macro
231 static uchar_t *mallocs[MAXMALLOCS];
733 if (nmalloc >= MAXMALLOCS) in egmalloc()
734 nmalloc = MAXMALLOCS - 1; in egmalloc()