Searched refs:mturn (Results 1 – 1 of 1) sorted by relevance
3868 static int mturn = 0; /* which memory type to use */ in alloc_mem() local3939 if (mturn >= Nmemalloc) in alloc_mem()3940 mturn = 0; in alloc_mem()3942 M = &Memalloc[mturn]; in alloc_mem()4125 Memalloc[me].memtype, mturn); in alloc_mem()4132 mturn++; in alloc_mem()