Searched refs:KPVALLOC (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/common/vmalloc/ |
H A D | vmlast.c | 257 if(!(addr = KPVALLOC(vm,size,lastalloc)) ) 426 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
|
H A D | vmhdr.h | 233 #define KPVALLOC(vm,sz,func) (SETLOCAL((vm)->data), func((vm),(sz)) ) macro
|
H A D | vmbest.c | 1032 if((data = KPVALLOC(vm,size,bestalloc)) ) 1159 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,bestalloc)) )
|
H A D | vmdebug.c | 407 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
|
H A D | vmprofile.c | 490 if(!(data = KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
|