Searched refs:sbrk (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dsystem.h390 extern void *sbrk (int);
H A Dsys-protos.h906 extern void * sbrk(int);
H A Dmips-tfile.c5003 like sbrk's behind its back (or sbrk isn't available). If we use
5004 sbrk, we assume it gives us zeroed pages. */
5025 page_t *ptr = (page_t *) sbrk (0); /* current sbreak */
5030 if (sbrk (PAGE_USIZE - offset) == (char *)-1)
5036 if (sbrk (npages * PAGE_USIZE) == (char *) -1)
H A Dconfigure11392 for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c271 if (brk((void *)((((uintptr_t)sbrk(0) - 1) & ~(big - 1)) + big)) != 0)
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1517 extern caddr_t sbrk(int incr);
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c139 Additionally, even when size_t is unsigned, sbrk (which is by
209 MORECORE sbrk
555 MORECORE-related declarations. By default, rely on sbrk
562 extern Void_t* sbrk(ptrdiff_t);
564 extern Void_t* sbrk();
594 contiguous increasing addresses. This is true of unix sbrk. Even
662 sbrk fails, and mmap is used as a backup (which is done only if
665 address space, so sbrk cannot perform contiguous expansion, but
696 sbrk(). */
1126 arguments to sbrk) i
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dnm.c1656 char *lim = (char *) sbrk (0);
H A Dconfigure7368 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
11915 for ac_func in sbrk utimes setmode getc_unlocked strcoll
13037 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
13038 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
13052 #ifndef sbrk
13053 char *p = (char *) sbrk;
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c904 sbrk(0), heapva + HEAPSZ);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5144 sysconf times sbrk gettimeofday ffs snprintf vsnprintf \
6146 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
8295 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
8296 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
8310 #ifndef sbrk
8311 char *p = (char *) sbrk;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure4965 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5047 sysconf times sbrk gettimeofday ffs snprintf vsnprintf \
8178 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
8179 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
8193 #ifndef sbrk
8194 char *p = (char *) sbrk;
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure6630 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12755 # Some systems don't have sbrk().
12757 for ac_func in sbrk
13582 echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
13583 echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
13600 x = (f) sbrk;
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure6631 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
11392 for ac_func in glob mkstemp realpath sbrk waitpid
12036 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12037 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12051 #ifndef sbrk
12052 char *p = (char *) sbrk;

Completed in 450 milliseconds

123