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

12

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dcilk_fiber-unix.h72 * @param stack_size The size of the stack for this fiber.
74 cilk_fiber_sysdep(std::size_t stack_size);
139 void make_stack(size_t stack_size);
H A Dglobal_state.h187 size_t stack_size; member in struct:global_state_t
399 return cilkg_get_user_settable_values()->stack_size;
H A Dcilk_fiber-unix.cpp78 cilk_fiber_sysdep::cilk_fiber_sysdep(std::size_t stack_size) argument
79 : cilk_fiber(stack_size)
83 make_stack(stack_size);
246 void cilk_fiber_sysdep::make_stack(size_t stack_size)
251 size_t rounded_stack_size = stack_size;
H A Dcilk_fiber.h120 __STDNS size_t stack_size; /**< Size of stack for fiber */ member in struct:cilk_fiber_data
149 __STDNS size_t stack_size; ///< Size of stacks for fibers in this pool. member in struct:cilk_fiber_pool
170 * @param stack_size - Size of stacks for fibers allocated from this pool.
177 size_t stack_size,
223 * @param stack_size The size (in bytes) to be allocated for the fiber's
228 cilk_fiber* cilk_fiber_allocate_from_heap(size_t stack_size);
608 * @param stack_size Size of stack to use for this fiber.
610 cilk_fiber(std::size_t stack_size);
666 static cilk_fiber* allocate_from_heap(size_t stack_size);
H A Dcilk_fiber.cpp225 size_t stack_size,
237 pool->stack_size = stack_size;
259 pool->fibers[pool->size] = cilk_fiber::allocate_from_heap(pool->stack_size);
310 cilk_fiber* cilk_fiber_allocate_from_heap(size_t stack_size) argument
312 return cilk_fiber::allocate_from_heap(stack_size);
596 cilk_fiber::cilk_fiber(std::size_t stack_size) argument
599 this->stack_size = stack_size;
613 cilk_fiber* cilk_fiber::allocate_from_heap(std::size_t stack_size) argument
223 cilk_fiber_pool_init(cilk_fiber_pool* pool, cilk_fiber_pool* parent, size_t stack_size, unsigned buffer_size, int alloc_max, int is_shared) argument
[all...]
H A Dglobal_state.cpp322 int ret = store_int<size_t>(&g->stack_size, value, 0, INT_MAX);
327 // g->stack_size so that a call to get stack size will return
329 g->stack_size = cilkos_validate_stack_size(g->stack_size);
427 g->stack_size = 0; // 0 unless set by the user
565 g->stack_size = cilkos_validate_stack_size(g->stack_size);
/haiku-buildtools/gcc/gcc/
H A Dipa-utils.c91 int stack_size; member in struct:searchc_env
124 env->stack[(env->stack_size)++] = v;
164 x = env->stack[--(env->stack_size)];
202 env.stack_size = 0;
313 int stack_size = 0; local
337 stack_size = 0;
338 stack[stack_size].node = node;
339 stack[stack_size].edge = node->callers;
340 stack[stack_size].ref = 0;
342 while (stack_size >
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsplit-5.c71 size_t stack_size; local
76 stack = __splitstack_find_context (mes, &stack_size, &next_segment,
81 while (__splitstack_find (next_segment, next_sp, &stack_size,
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_thread.cc85 uptr stack_size = 0; local
87 GetThreadStackAndTls(tid == 0, &args.stack_begin, &stack_size,
89 args.stack_end = args.stack_begin + stack_size;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_thread.cc115 uptr stack_size = this->stack_size(); local
116 if (stack_size == 0) // stack_size is not yet available, don't use FakeStack.
128 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size));
143 CHECK_EQ(this->stack_size(), 0U);
145 CHECK_GT(this->stack_size(), 0U);
H A Dasan_thread.h65 uptr stack_size() { return stack_size_; } function in class:__asan::AsanThread
H A Dasan_interceptors.cc701 void* security, uptr stack_size,
713 return REAL(CreateThread)(security, stack_size,
700 INTERCEPTOR_WINAPI(DWORD, CreateThread, void* security, uptr stack_size, DWORD (__stdcall *start_routine)(void*), void* arg, DWORD thr_flags, void* tid) argument
/haiku-buildtools/binutils/libiberty/
H A Dsplay-tree.c212 int stack_ptr, stack_size; local
219 stack_size = INITIAL_STACK_SIZE;
221 stack = XNEWVEC (splay_tree_node, stack_size);
228 if (stack_ptr == stack_size)
230 stack_size *= 2;
231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size);
/haiku-buildtools/gcc/libiberty/
H A Dsplay-tree.c212 int stack_ptr, stack_size; local
219 stack_size = INITIAL_STACK_SIZE;
221 stack = XNEWVEC (splay_tree_node, stack_size);
228 if (stack_ptr == stack_size)
230 stack_size *= 2;
231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc69 rlim_t stack_size = getlim(RLIMIT_STACK); local
70 return (stack_size == RLIM_INFINITY);
H A Dsanitizer_unwind_posix_libcdep.cc33 uptr stack_size; member in struct:__sanitizer::__anon2238
H A Dsanitizer_stoptheworld_linux_libcdep.cc274 explicit ScopedStackSpaceWithGuard(uptr stack_size) { argument
275 stack_size_ = stack_size;
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc.exp144 if [target_info exists gcc,stack_size] {
145 lappend options "additional_flags=-DSTACK_SIZE=[target_info gcc,stack_size]"
H A Dobjc.exp194 if [target_info exists objc,stack_size] {
195 lappend options "additional_flags=-DSTACK_SIZE=[target_info objc,stack_size]"
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c1489 unsigned int * stack_size)
1507 * stack_size = 0;
1604 * stack_size = rx_round_up
1730 unsigned int stack_size;
1742 rx_get_stack_layout (& low, & high, & mask, & frame_size, & stack_size);
1745 current_function_static_stack_size = frame_size + stack_size;
1824 if (stack_size)
1830 GEN_INT (- (HOST_WIDE_INT) stack_size), true);
1833 GEN_INT (- (HOST_WIDE_INT) (frame_size + stack_size)),
1838 GEN_INT (- (HOST_WIDE_INT) stack_size), tru
1479 rx_get_stack_layout(unsigned int * lowest, unsigned int * highest, unsigned int * register_mask, unsigned int * frame_size, unsigned int * stack_size) argument
1724 unsigned int stack_size; local
2022 unsigned int stack_size; local
2044 unsigned int stack_size; local
2220 unsigned int stack_size; local
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c834 size_t stack_size;
835 while ((stack = __splitstack_find (next_segment, next_sp, &stack_size,
839 // Stack segment starts at stack and is stack_size bytes long.
1039 __splitstack_makecontext (size_t stack_size, void *context[NUMBER_OFFSETS], argument
1046 segment = allocate_segment (stack_size);
1137 __splitstack_find_context (void *context[NUMBER_OFFSETS], size_t *stack_size, argument
1168 return __splitstack_find (segment, sp, stack_size, next_segment, next_sp,
/haiku-buildtools/binutils/bfd/
H A Delf-m10300.c48 unsigned char stack_size; member in struct:elf32_mn10300_link_hash_entry
2209 || (entry->stack_size == 0 && entry->movm_args == 0)
2229 if (entry->stack_size > 0)
2231 if (entry->stack_size <= 128)
2364 hash->stack_size = -temp;
2373 hash->stack_size = temp;
2379 if (hash->stack_size + hash->movm_stack_size > 255)
2380 hash->stack_size = 0;
3129 if (sym_hash->stack_size > 0)
3131 if (sym_hash->stack_size <
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-m10300.c68 unsigned char stack_size; member in struct:elf32_mn10300_link_hash_entry
1569 || (entry->stack_size == 0 && entry->movm_args == 0)
1589 if (entry->stack_size > 0)
1591 if (entry->stack_size <= 128)
2092 if (sym_hash->stack_size > 0)
2094 if (sym_hash->stack_size <= 128)
2146 if (sym_hash->stack_size > 0)
2148 if (sym_hash->stack_size <= 128)
2434 bfd_put_8 (abfd, h->stack_size + h->movm_stack_size,
2542 bfd_put_8 (abfd, h->stack_size
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c1712 unsigned int stack_size;
1719 stack_size =
1726 printf (" size: 0x%03x", stack_size * sz);
1733 printf (" size at 0x%03x + 0x%02x", stack_size, stack_adj * sz);
1710 unsigned int stack_size; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1079 int stack_size);
3221 int stack_size)
3222 { Type::gc_symbol(gogo, this->real_type(), vals, offset, stack_size); }
3220 do_gc_symbol(Gogo* gogo, Expression_list** vals, Expression** offset, int stack_size) argument

Completed in 370 milliseconds

12