Searched refs:VM_DBABORT (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libexpr/
H A Dexopen.c47 !(program->vm = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))) ||
48 !(program->ve = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))))
/ast/src/lib/libcmd/
H A Dvmstate.c98 if (state->vs.mode & VM_DBABORT)
/ast/src/lib/libast/include/
H A Dvmalloc.h93 #define VM_DBABORT 0000004 /* abort on any warning */ macro
/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c92 if(vd->mode&VM_DBABORT)
H A Dmalloc.c97 ** abort if Vmregion==Vmdebug then VM_DBABORT is set,
1317 vmset(vm, VM_DBABORT, 1);

Completed in 17 milliseconds