Lines Matching defs:Nmemalloc
274 int Nmemalloc = 0; /* number of memory allocation strategies */
3882 for (me = 0; me < Nmemalloc; me++) {
3939 if (mturn >= Nmemalloc)
5182 Memalloc[Nmemalloc].memtype = MEM_DATA;
5183 Memalloc[Nmemalloc].flags = 0;
5184 Memalloc[Nmemalloc].name = NULL;
5185 Memalloc[Nmemalloc].space = NULL;
5186 Nmemalloc++;
5247 if (Nmemalloc >= NMEMALLOC) {
5249 Nmemalloc);
5253 M = &Memalloc[Nmemalloc];
5261 Nmemalloc++;
5308 Nmemalloc++;
5330 Nmemalloc++;
5343 if (Nmemalloc == 0) {
5348 for (ma = 0; ma < Nmemalloc; ma++) {