Searched refs:coloring (Results 1 – 2 of 2) sorted by relevance
506 size_t coloring = (ncreated * COLORING_INCREMENT) & pagesize_m1; in allocate_stack() local510 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() macro521 pd = (struct pthread *) ((char *) mem + size - coloring) - 1; in allocate_stack()523 pd = (struct pthread *) ((((uintptr_t) mem + size - coloring in allocate_stack()
9586 * allocatestack.c (allocate_stack): Implement coloring of the
Completed in 15 milliseconds