Comment 2 for bug 1721048

Revision history for this message
Kornilios Kourtis (kkourt) wrote :

This patch replaces rand() with rand_r(), improving the scalability of memaslap. (The glibc implementation of rand() takes an internal lock.)