Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h133 #define ERRCORE ((char *)(-1)) macro
H A Dmalloc.c644 if (addr == ERRCORE) in morecore()
688 if (GETCORE(delta) == ERRCORE) { in morecore()
698 } else if (GETCORE(requestsize) == ERRCORE) { in morecore()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c611 if (addr == ERRCORE) in _morecore()
640 if (GETCORE(nsize) == ERRCORE) in _morecore()
654 if (GETCORE(delta) == ERRCORE) { in _morecore()
H A Dmallint.h163 #define ERRCORE ((void *)(-1)) macro