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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c1026 size_t per_th = temp_dso.tls.size + temp_dso.tls.align local
1029 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX;
1030 else alloc_size += n_th * per_th;

Completed in 43 milliseconds