MAXTHREADSINPOOL 69 compat/nedmalloc/nedmalloc.c #ifndef MAXTHREADSINPOOL MAXTHREADSINPOOL 198 compat/nedmalloc/nedmalloc.c mstate m[MAXTHREADSINPOOL+1]; /* mspace entries for this pool */ MAXTHREADSINPOOL 554 compat/nedmalloc/nedmalloc.c p->threads=(threads<1 || threads>MAXTHREADSINPOOL) ? MAXTHREADSINPOOL : threads;