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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h135 #define ERRCORE ((char *)(-1)) macro
H A Dmalloc.c39 * ERRCORE: the error code as returned by GETCORE.
646 if (addr == ERRCORE)
690 if (GETCORE(delta) == ERRCORE) {
700 } else if (GETCORE(requestsize) == ERRCORE) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h165 #define ERRCORE ((void *)(-1)) macro
H A Dmalloc.c41 * ERRCORE: the error code as returned by GETCORE.
613 if (addr == ERRCORE)
642 if (GETCORE(nsize) == ERRCORE)
656 if (GETCORE(delta) == ERRCORE) {

Completed in 228 milliseconds