Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c506 size_t coloring = (ncreated * COLORING_INCREMENT) & pagesize_m1; in allocate_stack() local
510 if (__builtin_expect ((coloring & __static_tls_align_m1) != 0, 0)) in allocate_stack()
511 coloring = (((coloring + __static_tls_align_m1) in allocate_stack()
516 # define coloring 0 in allocate_stack() macro
521 pd = (struct pthread *) ((char *) mem + size - coloring) - 1; in allocate_stack()
523 pd = (struct pthread *) ((((uintptr_t) mem + size - coloring in allocate_stack()
A DChangeLog9586 * allocatestack.c (allocate_stack): Implement coloring of the

Completed in 15 milliseconds