Home
last modified time | relevance | path

Searched refs:stack_cache_maxsize (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c102 static size_t stack_cache_maxsize = 40 * 1024 * 1024; /* 40MiBi by default. */ variable
300 if (__builtin_expect (stack_cache_actsize > stack_cache_maxsize, 0)) in queue_stack()
301 __free_stacks (stack_cache_maxsize); in queue_stack()

Completed in 4 milliseconds