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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1372 size_t per_th = temp_dso.tls.size + temp_dso.tls.align + sizeof(void*) * (tls_cnt + 3); local
1374 if (n_th > SSIZE_MAX / per_th)
1377 alloc_size += n_th * per_th;

Completed in 35 milliseconds