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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h164 #define GETCORE sbrk macro
171 extern void *GETCORE(ssize_t);
H A Dmalloc.c35 * non-contiguous across calls of GETCORE's.
36 * GETCORE: a function to get more core memory. If not SEGMENTED,
37 * GETCORE(0) is assumed to return the next available
39 * ERRCORE: the error code as returned by GETCORE.
42 * with GETCORE. Default is (1024*ALIGN).
384 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) {
613 addr = GETCORE(0);
637 /* check if nsize request could overflow in GETCORE */
644 if (GETCORE(nsize) == ERRCORE)
649 * the value required is too big for GETCORE() t
[all...]
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h134 #define GETCORE sbrk macro
H A Dmalloc.c33 * GETCORE: a function to get more core memory.
34 * GETCORE(0) is assumed to return the next available
36 * ERRCORE: the error code as returned by GETCORE.
39 * with GETCORE. Default is (1024*ALIGN).
370 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) {
645 addr = GETCORE(0);
648 /* errno set by GETCORE sbrk */
671 /* check if nsize request could overflow in GETCORE */
682 * the value required is too big for GETCORE() to deal with
683 * in one go, so use GETCORE() a
[all...]

Completed in 157 milliseconds