Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c380 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()
609 addr = GETCORE(0); in _morecore()
640 if (GETCORE(nsize) == ERRCORE) in _morecore()
654 if (GETCORE(delta) == ERRCORE) { in _morecore()
655 if (addr != GETCORE(0)) in _morecore()
656 (void) GETCORE(-MAX_GETCORE); in _morecore()
H A Dmallint.h162 #define GETCORE sbrk macro
169 extern void *GETCORE(ssize_t);
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c367 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()
642 addr = GETCORE(0); in morecore()
688 if (GETCORE(delta) == ERRCORE) { in morecore()
691 if (addr != GETCORE(0)) in morecore()
692 (void) GETCORE(-MAX_GETCORE); in morecore()
698 } else if (GETCORE(requestsize) == ERRCORE) { in morecore()
H A Dmallint.h132 #define GETCORE sbrk macro