Home
last modified time | relevance | path

Searched refs:VM_METHODS (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c128 { type = vd->mode&VM_METHODS;
H A Dvmhdr.h188 #define VMETHOD(vd) ((vd)->mode&VM_METHODS)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h103 #define VM_METHODS 0003700 /* available allocation methods */ macro