Searched refs:STACKSIZE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_clone.c | 52 #define STACKSIZE (8 * 1024) macro 102 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC, in ATF_TC_BODY() 109 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY() 161 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY() 196 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC, in ATF_TC_BODY() 201 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY() 211 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY()
|
| HD | t_swapcontext.c | 38 #define STACKSIZE 65536 macro 40 char stack[STACKSIZE];
|
| /freebsd-13-stable/crypto/openssl/crypto/async/arch/ |
| HD | async_posix.c | 18 #define STACKSIZE 32768 macro 39 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext() 41 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
|
| /freebsd-13-stable/usr.bin/indent/ |
| HD | indent_globs.h | 241 #define STACKSIZE 256 macro 245 int p_stack[STACKSIZE]; /* this is the parsers stack */ 246 int il[STACKSIZE]; /* this stack stores indentation levels */ 247 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
|
| HD | parse.c | 215 if (ps.tos >= STACKSIZE - 1) in parse()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_join.c | 46 #define STACKSIZE 65536 macro 106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1() 160 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1)); in threadfunc2()
|
| HD | t_swapcontext.c | 43 #define STACKSIZE 65536 macro 45 char stack[STACKSIZE];
|
| /freebsd-13-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_tparm.c | 178 if (TPS(stack_ptr) < STACKSIZE) { in npush() 206 if (TPS(stack_ptr) < STACKSIZE) { in spush()
|
| /freebsd-13-stable/contrib/llvm-project/lld/docs/ |
| HD | windows_support.rst | 56 ``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
|
| /freebsd-13-stable/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 842 #define STACKSIZE 20 macro 857 STACK_FRAME stack[STACKSIZE];
|