Searched refs:MAXMALLOCS (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ | ||
H A D | cgrep.c | 184 #define MAXMALLOCS 1024 macro 234 static uchar_t *mallocs[MAXMALLOCS]; 738 if (nmalloc >= MAXMALLOCS) 739 nmalloc = MAXMALLOCS - 1; |
Completed in 46 milliseconds