Home
last modified time | relevance | path

Searched refs:sbrk (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/include/
H A Dmalloc.h831 extern Void_t* sbrk(ptrdiff_t);
833 extern Void_t* sbrk();
837 #define MORECORE sbrk
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile89 sbrk.o: $(SLOF_DIR)/slof/sbrk.c
92 LIBCOBJS := $(STRING_OBJS) $(CTYPE_OBJS) $(STDLIB_OBJS) $(STDIO_OBJS) sbrk.o
/openbmc/linux/arch/um/include/shared/
H A Dkern.h17 extern void *sbrk(int increment);
/openbmc/u-boot/common/
H A Ddlmalloc.src191 Define this on MS win (95, nt) platforms to compile in sbrk emulation.
196 MORECORE (default: sbrk)
202 holds for sbrk).
208 controlling interaction with host system routines (sbrk, mmap, etc).
319 WIN32 causes an emulation of sbrk to be compiled in
333 Microsoft Visual C++ data structures and routines used in the 'sbrk'
632 Because trimming via sbrk can be slow on some systems, and can
664 sbrk, mmap, and munmap otherwise degrade performance, the default
683 retain whenever sbrk is called. It is used in two ways internally:
685 * When sbrk is called to extend the top of the arena to satisfy
[all …]
H A Ddlmalloc.c581 void *sbrk(ptrdiff_t increment) in sbrk() function
/openbmc/qemu/tests/tcg/aarch64/
H A Dmte-6.c13 void *brk = sbrk(16); in main()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c605 char *brk = sbrk(0) != (void *)-1 ? sbrk(0) : &end; in run_startup()
860 CASE_TEST(sbrk_0); EXPECT_PTRNE(1, sbrk(0), (void *)-1); break; in run_syscall()
861 …CASE_TEST(sbrk); if ((p1 = p2 = sbrk(4096)) != (void *)-1) p2 = sbrk(-4096); EXPECT_S… in run_syscall()
862 CASE_TEST(brk); EXPECT_SYSZR(1, brk(sbrk(0))); break; in run_syscall()
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c36 void *addr = sbrk(0); in kernel_loop()
/openbmc/linux/arch/um/kernel/
H A Dmem.c67 brk_end = (unsigned long) UML_ROUND_UP(sbrk(0)); in mem_init()
H A Dum_arch.c349 brk_start = (unsigned long) sbrk(0); in linux_main()
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list105 { TARGET_NETBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list129 { TARGET_OPENBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
/openbmc/linux/tools/include/nolibc/
H A Dsys.h94 void *sbrk(intptr_t inc) in sbrk() function
/openbmc/qemu/bsd-user/freebsd/
H A Dstrace.list197 { TARGET_FREEBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
/openbmc/qemu/linux-user/
H A Delfload.c2853 uintptr_t brk = (uintptr_t)sbrk(0); in pgb_fixed()
2956 brk = (uintptr_t)sbrk(0); in pgb_dynamic()
2972 brk = (uintptr_t)sbrk(0); in pgb_dynamic()
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1365 brk(), sbrk(), and mmap(MAP_ANONYMOUS)