Searched refs:sbrk (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/include/ |
H A D | malloc.h | 831 extern Void_t* sbrk(ptrdiff_t); 833 extern Void_t* sbrk(); 837 #define MORECORE sbrk
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 89 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 D | kern.h | 17 extern void *sbrk(int increment);
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 191 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 D | dlmalloc.c | 581 void *sbrk(ptrdiff_t increment) in sbrk() function
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | mte-6.c | 13 void *brk = sbrk(16); in main()
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 605 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 D | posix_timers.c | 36 void *addr = sbrk(0); in kernel_loop()
|
/openbmc/linux/arch/um/kernel/ |
H A D | mem.c | 67 brk_end = (unsigned long) UML_ROUND_UP(sbrk(0)); in mem_init()
|
H A D | um_arch.c | 349 brk_start = (unsigned long) sbrk(0); in linux_main()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 105 { TARGET_NETBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 129 { TARGET_OPENBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 94 void *sbrk(intptr_t inc) in sbrk() function
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | strace.list | 197 { TARGET_FREEBSD_NR_sbrk, "sbrk", NULL, NULL, NULL },
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2853 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 D | cgroup-v2.rst | 1365 brk(), sbrk(), and mmap(MAP_ANONYMOUS)
|