Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dcgrep.c184 #define MAXMALLOCS 1024 macro
234 static uchar_t *mallocs[MAXMALLOCS];
738 if (nmalloc >= MAXMALLOCS) in egmalloc()
739 nmalloc = MAXMALLOCS - 1; in egmalloc()