CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/16 01:23:53
Modified files:
lib/libc/stdlib: malloc.c
Log message:
save calls to arc4random() by using a nibble at a time; not because
arc4random() is slow, but it induces getpid() calls; also saves a
bit on stirring efforts
