Home
last modified time | relevance | path

Searched refs:Regmax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c273 static unsigned int Regmax = 64; /* max number of regions */ variable
276 static unsigned int Regmax = 0; variable
287 int oldmax = Regmax; in setregmax()
290 Regmax = regmax; in setregmax()
424 if(Regmax <= 0 ) in getregion()
451 while((p = Regnum) < Regmax) in getregion()
454 if(p < Regmax) /* this slot is now ours */ in getregion()
554 else if(Regmax > 0 && Vmregion == Vmheap && (addr = malloc(size)) )