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

/bionic/libc/bionic/
H A Ddlmalloc.c27 #define USAGE_ERROR_ACTION(m,p) __bionic_heap_usage_error(__FUNCTION__, p) macro
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c101 CORRUPTION_ERROR_ACTION and USAGE_ERROR_ACTION to do anything
2759 USAGE_ERROR_ACTION is triggered on detected bad frees and
2774 #define USAGE_ERROR_ACTION(m, p) macro
2782 #ifndef USAGE_ERROR_ACTION
2783 #define USAGE_ERROR_ACTION(m,p) ABORT macro
2784 #endif /* USAGE_ERROR_ACTION */
4718 USAGE_ERROR_ACTION(fm, p);
4805 USAGE_ERROR_ACTION(fm, p);
4909 USAGE_ERROR_ACTION(m, chunk2mem(p));
5230 USAGE_ERROR_ACTION(
[all...]

Completed in 42 milliseconds