Searched refs:GETCORE (Results 1 – 4 of 4) sorted by relevance
382 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()611 addr = GETCORE(0); in _morecore()642 if (GETCORE(nsize) == ERRCORE) in _morecore()656 if (GETCORE(delta) == ERRCORE) { in _morecore()657 if (addr != GETCORE(0)) in _morecore()658 (void) GETCORE(-MAX_GETCORE); in _morecore()
164 #define GETCORE sbrk macro171 extern void *GETCORE(ssize_t);
369 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()644 addr = GETCORE(0); in morecore()690 if (GETCORE(delta) == ERRCORE) { in morecore()693 if (addr != GETCORE(0)) in morecore()694 (void) GETCORE(-MAX_GETCORE); in morecore()700 } else if (GETCORE(requestsize) == ERRCORE) { in morecore()
134 #define GETCORE sbrk macro