Searched refs:ERRCORE (Results 1 – 4 of 4) sorted by relevance
135 #define ERRCORE ((char *)(-1)) macro
646 if (addr == ERRCORE) in morecore()690 if (GETCORE(delta) == ERRCORE) { in morecore()700 } else if (GETCORE(requestsize) == ERRCORE) { in morecore()
613 if (addr == ERRCORE) in _morecore()642 if (GETCORE(nsize) == ERRCORE) in _morecore()656 if (GETCORE(delta) == ERRCORE) { in _morecore()
165 #define ERRCORE ((void *)(-1)) macro