Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmlast.c36 static Void_t* lastalloc(Vmalloc_t* vm, size_t size, int local) in lastalloc() function
38 static Void_t* lastalloc(vm, size, local) in lastalloc()
155 { data = lastalloc(vm, size, local);
219 if(!(addr = KPVALLOC(vm,size,lastalloc)) )
380 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
415 lastalloc,