Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c596 if(vm == Vmregion && Vmregion != Vmheap || (_Vmassert & VM_free))
1328 _Vmassert |= VM_free; in _vmoptions()
H A Dvmhdr.h126 #define VM_free 0x0008 /* disable addfreelist() */ macro