Home
last modified time | relevance | path

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

/external/musl/ldso/
Ddynlink.c1212 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1215 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1216 else alloc_size += n_th * per_th; in load_library()