Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmalloc.c382 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()
H A Dmallint.h164 #define GETCORE sbrk macro
171 extern void *GETCORE(ssize_t);
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmalloc.c369 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()
H A Dmallint.h134 #define GETCORE sbrk macro