Searched refs:VM_DBABORT (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | exopen.c | 47 !(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 D | vmstate.c | 98 if (state->vs.mode & VM_DBABORT)
|
/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 93 #define VM_DBABORT 0000004 /* abort on any warning */ macro
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmdebug.c | 92 if(vd->mode&VM_DBABORT)
|
H A D | malloc.c | 97 ** abort if Vmregion==Vmdebug then VM_DBABORT is set, 1317 vmset(vm, VM_DBABORT, 1);
|
Completed in 17 milliseconds