Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h201 #define KPVALIGN(vm,sz,al,func) (func((vm),(sz),(al),1) ) macro
H A Dvmdebug.c679 if((data = (Vmuchar_t*)KPVALIGN(vm,s,align,(*(Vmbest->alignf)))) )
H A Dvmprofile.c677 if((data = KPVALIGN(vm,s,align,Vmbest->alignf)) )