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

/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h135 #define ERRCORE ((char *)(-1)) macro
H A Dmalloc.c36 * ERRCORE: the error code as returned by GETCORE.
647 if (addr == ERRCORE)
691 if (GETCORE(delta) == ERRCORE) {
701 } else if (GETCORE(requestsize) == ERRCORE) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h165 #define ERRCORE ((void *)(-1)) macro
H A Dmalloc.c39 * ERRCORE: the error code as returned by GETCORE.
615 if (addr == ERRCORE)
644 if (GETCORE(nsize) == ERRCORE)
658 if (GETCORE(delta) == ERRCORE) {

Completed in 40 milliseconds