Searched refs:stack_offset (Results 1 – 4 of 4) sorted by relevance
364 size_t stack_offset = 0; in tcache_init() local371 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()378 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()381 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()383 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()385 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()434 size_t size, stack_offset; in tcache_create_explicit() local439 stack_offset = size; in tcache_create_explicit()451 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
25 pool->stack_offset, pool->shift, pool->avg_level); in npa_lf_pool_dump()
261 uint64_t stack_offset : 4; member
439 W4: stack_offset 2