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

/bionic/libc/bionic/
H A Ddlmalloc.c25 #define PROCEED_ON_ERROR 0 macro
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.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
629 #ifndef PROCEED_ON_ERROR
630 #define PROCEED_ON_ERROR 0 macro
631 #endif /* PROCEED_ON_ERROR */
2765 #if PROCEED_ON_ERROR
2776 #else /* PROCEED_ON_ERROR */
2786 #endif /* PROCEED_ON_ERROR */
3934 #if PROCEED_ON_ERROR
[all...]

Completed in 159 milliseconds