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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c92 errors by defining PROCEED_ON_ERROR. In this case, a bad free
317 PROCEED_ON_ERROR default: defined as 0 (false)
323 application to proceed. If PROCEED_ON_ERROR is defined, the
658 #ifndef PROCEED_ON_ERROR
659 #define PROCEED_ON_ERROR 0 macro
660 #endif /* PROCEED_ON_ERROR */
2826 #if PROCEED_ON_ERROR
2837 #else /* PROCEED_ON_ERROR */
2847 #endif /* PROCEED_ON_ERROR */
3980 #if PROCEED_ON_ERROR
[all...]

Completed in 85 milliseconds