Searched refs:stack_size (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/apr-32/apr/apr/threadproc/netware/
H A Dthread.c35 (*new)->stack_size = APR_DEFAULT_STACK_SIZE;
57 attr->stack_size = stacksize;
82 size_t stack_size = APR_DEFAULT_STACK_SIZE; local
96 if (attr && (attr->stack_size >= 0)) {
97 stack_size = attr->stack_size;
123 /* NXSize_t stackSize */ stack_size,
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/big-stack/
H A DMakefile47 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c -Wl,-w -Wl,-stack_size -Wl,${STACK_SIZE} -DSTACK_SIZE=${STACK_SIZE}
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/pie-custom-stack/
H A DMakefile45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -Wl,-pie -o main main.c -Wl,-stack_size,0x10000000
/macosx-10.10/objc4-646/runtime/
H A Dobjc-typeencoding.mm150 unsigned stack_size;
153 stack_size = 0;
160 stack_size = (stack_size * 10) + (*typedesc++ - '0');
162 return stack_size;
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h86 u_int32_t stack_size; member in struct:__db_txnlist::__anon288::__anon290
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h43 apr_size_t stack_size; member in struct:apr_threadattr_t
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dc-stack.c114 size_t stack_size = user_context->uc_stack.ss_size; local
120 if (s < stack_size + page_size)
/macosx-10.10/ruby-106/ruby/
H A Dthread_pthread.c612 space_size(size_t stack_size) argument
614 size_t space_size = stack_size / RUBY_STACK_SPACE_RATIO;
886 const size_t stack_size = th->vm->default_params.thread_machine_stack_size; local
887 const size_t space = space_size(stack_size);
889 th->machine_stack_maxsize = stack_size - space;
899 thread_debug("create - stack size: %lu\n", (unsigned long)stack_size);
900 CHECK_ERR(pthread_attr_setstacksize(&attr, stack_size));
1429 size_t stack_size = PTHREAD_STACK_MIN; /* may be dynamic, get only once */ local
1430 if (stack_size < min_size) stack_size
[all...]
H A Dcont.c185 cont->vm_stack, cont->saved_thread.stack_size);
280 size_t n = cont->saved_thread.stack_size;
474 cont->vm_stack_clen = th->stack + th->stack_size - (VALUE*)th->cfp;
479 cont->vm_stack = ALLOC_N(VALUE, th->stack_size);
480 MEMCPY(cont->vm_stack, th->stack, VALUE, th->stack_size);
517 th->stack_size = fcont->cont.saved_thread.stack_size;
522 MEMCPY(th->stack + sth->stack_size - cont->vm_stack_clen,
525 MEMCPY(th->stack, cont->vm_stack, VALUE, sth->stack_size);
531 th->stack_size
[all...]
H A Dvm_dump.c25 ((rb_control_frame_t *)((th)->stack + (th)->stack_size) - (rb_control_frame_t *)(cfp))
43 if (ep < 0 || (size_t)ep > th->stack_size) {
112 ((rb_control_frame_t *)(th->stack + th->stack_size) - cfp));
162 while ((void *)cfp < (void *)(th->stack + th->stack_size)) {
309 if ((th)->stack + (th)->stack_size > (VALUE *)(cfp + 1)) {
334 if (ep < 0 || (size_t)ep > th->stack_size) {
338 cfpi = ((rb_control_frame_t *)(th->stack + th->stack_size)) - cfp;
H A Dthread_win32.c280 w32_create_thread(DWORD stack_size, w32_thread_start_func func, void *val) argument
282 return start_thread(0, stack_size, func, val, CREATE_SUSPENDED, 0);
631 size_t stack_size = 4 * 1024; /* 4KB is the minimum commit size */ local
632 th->thread_id = w32_create_thread(stack_size, thread_start_func_1, th);
644 th->native_thread_data.interrupt_event, stack_size);
H A Dvm.c265 (!((th)->stack <= (env) && (env) < ((th)->stack + (th)->stack_size)))
601 if (th->stack < block->ep && block->ep < th->stack + th->stack_size) {
1798 rb_control_frame_t *limit_cfp = (void *)(th->stack + th->stack_size);
1905 size += th->stack_size * sizeof(VALUE);
1962 /* th->stack_size is word number.
1965 th->stack_size = th->vm->default_params.thread_vm_stack_size / sizeof(VALUE);
1966 th->stack = thread_recycle_stack(th->stack_size);
1968 th->cfp = (void *)(th->stack + th->stack_size);
2384 rb_control_frame_t *cfp = (void *)(th->stack + th->stack_size);
H A Deval.c832 cfp_limit = (rb_control_frame_t *)(th->stack + th->stack_size);
912 if ((void *)(th->stack + th->stack_size) == (void *)(prev_cfp)) {
H A Dvm_core.h499 size_t stack_size; /* size in word (byte size / sizeof(VALUE)) */ member in struct:rb_thread_struct
790 ((rb_control_frame_t *)((th)->stack + (th)->stack_size))
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c163 int stack_size = 0; local
222 stack_size = ut->uu_sigstk.ss_size;
223 ua_sp += stack_size;
262 uctx64.uc_stack.ss_size = stack_size;
336 stack_size = ut->uu_sigstk.ss_size;
337 ua_sp += stack_size;
390 uctx32.uc_stack.ss_size = stack_size;
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c818 if (elp->u.l.stack_indx == elp->u.l.stack_size) {
819 elp->u.l.stack_size <<= 1;
821 elp->u.l.stack_size, &elp->u.l.lsn_stack)) != 0) {
890 elp->u.l.stack_size = DB_LSN_STACK_SIZE;
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc961 const size_t stack_size = getpagesize(); local
963 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE,
967 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
971 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-m10300.c68 unsigned char stack_size; member in struct:elf32_mn10300_link_hash_entry
1555 || (entry->stack_size == 0 && entry->movm_args == 0)
1575 if (entry->stack_size > 0)
1577 if (entry->stack_size <= 128)
2158 if (sym_hash->stack_size > 0)
2160 if (sym_hash->stack_size <= 128)
2212 if (sym_hash->stack_size > 0)
2214 if (sym_hash->stack_size <= 128)
2500 bfd_put_8 (abfd, h->stack_size + h->movm_stack_size,
2608 bfd_put_8 (abfd, h->stack_size
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c1340 uint32_t stack_size; local
1348 stack_size = (size+2)*sizeof(uint32_t);
1349 if (stack_size > total_size)
1351 total_size -= stack_size;
H A Dkern_sysctl.c2713 SYSCTL_INT (_kern, OID_AUTO, stack_size,
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dpropagat.c3294 int stack_size; /* An estimate of size requirements */
3309 stack_size = 0;
3320 stack_size += surrogate_type->ndr_size;
3332 stack_size += surrogate_type->ndr_size;
3340 } while ((stack_size > AUTO_HEAP_STACK_THRESHOLD) && (auto_heap_size > 4));
3261 int stack_size; /* An estimate of size requirements */ local
/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c841 int stack_size; local
910 ((stack_size = get_value((unsigned char *)argv[op+1], &endptr)),
920 rlim.rlim_cur = stack_size * 1024 * 1024;

Completed in 1766 milliseconds