Searched defs:Region (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c272 static Vmalloc_t *Region[64]; /* list of concurrent regions */ variable
275 static Vmalloc_t* Region[1]; /* list of concurrent regions */ variable
289 if(regmax >= Regnum && regmax <= sizeof(Region)/sizeof(Region[0]))
304 { if(!Region[k])
306 if(vmstat(Region[k], &vmst) < 0 )
341 if(Region[k] && vmaddr(Region[k], addr) == 0 )
342 return Region[k];
351 if(Region[
[all...]

Completed in 504 milliseconds