Searched refs:bestalloc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmbest.c | 606 static Void_t* bestalloc(Vmalloc_t* vm, size_t size , int local) in bestalloc() function 608 static Void_t* bestalloc(vm, size, local) in bestalloc() 860 { data = bestalloc(vm, size, local); 936 if((data = KPVALLOC(vm,size,bestalloc)) ) 1041 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,bestalloc)) ) 1342 bestalloc, 1368 { bestalloc,
|