Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmlast.c257 if(!(addr = KPVALLOC(vm,size,lastalloc)) )
426 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
H A Dvmhdr.h233 #define KPVALLOC(vm,sz,func) (SETLOCAL((vm)->data), func((vm),(sz)) ) macro
H A Dvmbest.c1032 if((data = KPVALLOC(vm,size,bestalloc)) )
1159 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,bestalloc)) )
H A Dvmdebug.c407 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
H A Dvmprofile.c490 if(!(data = KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )