Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h149 #define ABORT() (_Vmassert & VM_abort)
150 #define CHECK() (_Vmassert & VM_check)
503 #define _Vmassert (_Vmextern.vm_assert) macro
H A Dmalloc.c1007 _Vmassert |= VM_abort; in _vmoptions()
1010 _Vmassert |= VM_check; in _vmoptions()
1032 _Vmassert |= VM_mmap; in _vmoptions()
1056 _Vmassert |= VM_region; in _vmoptions()
H A Dvmbest.c417 if(_Vmassert & VM_region)
858 { int vmassert = _Vmassert;
859 _Vmassert = local ? local : vmassert ? vmassert : (VM_check|VM_abort);
861 _Vmassert = local ? local : vmassert;
1339 if(!(_Vmassert & VM_mmap))