Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c592 if(!data || (_Vmassert & VM_keep))
1331 _Vmassert |= VM_keep; in _vmoptions()
1468 r = !!(_Vmassert & VM_keep);
1470 _Vmassert |= VM_keep;
1472 _Vmassert &= ~VM_keep;
H A Dvmhdr.h127 #define VM_keep 0x0010 /* disable free() */ macro