Searched refs:MAXMALLOCS (Results 1 – 1 of 1) sorted by relevance
184 #define MAXMALLOCS 1024 macro234 static uchar_t *mallocs[MAXMALLOCS];738 if (nmalloc >= MAXMALLOCS) in egmalloc()739 nmalloc = MAXMALLOCS - 1; in egmalloc()