Searched refs:stackblock_size (Results 1 – 9 of 9) sorted by relevance
192 if (curr->stackblock_size == size) in get_cached_stack()199 || result->stackblock_size > curr->stackblock_size) in get_cached_stack()222 stack_cache_actsize -= result->stackblock_size; in get_cached_stack()228 *sizep = result->stackblock_size; in get_cached_stack()270 stack_cache_actsize -= curr->stackblock_size; in __free_stacks()299 stack_cache_actsize += stack->stackblock_size; in queue_stack()315 + (((((pd->stackblock_size - pd->guardsize) / 2) in change_stack_perm()320 size_t len = pd->stackblock_size - pd->guardsize; in change_stack_perm()394 pd->stackblock_size = size; in allocate_stack()531 pd->stackblock_size = size; in allocate_stack()[all …]
29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
34 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
62 iattr->stacksize = thread->stackblock_size; in pthread_getattr_np()
53 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
356 size_t stackblock_size; member
344 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __pthread_initialize_minimal_internal()
386 assert (freesize < pd->stackblock_size); in start_thread()
5838 pd->stackblock_size.
Completed in 20 milliseconds