Searched refs:sbrk (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2345 void sbrk() {} function
H A Dlibroot_stubs.c2363 void sbrk() {} function
/haiku/headers/posix/
H A Dunistd.h424 extern void *sbrk(intptr_t increment);
/haiku/src/tests/system/libroot/posix/
H A Dbrk_test.c62 printf("\tsbrk(%s) returns %p\n", sbrk_arg_text, sbrk(sbrk_arg));
/haiku/src/system/libroot/posix/unistd/
H A Dbrk.c10 * This module provides \c brk and \c sbrk, functions that adjust the program
24 * \c brk and \c sbrk will function correctly regardless of the number of
218 sbrk(intptr_t increment) function
/haiku/src/tests/system/benchmarks/
H A Dforkbench.c32 printf("usage: %s number-of-forks sbrk-size\n", argv[0]);
42 printf("%s: bad size to sbrk\n", argv[2]);
47 cp = (char *)sbrk(brksize);
49 perror("sbrk");

Completed in 143 milliseconds