CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/04/30 22:08:13
Modified files: lib/libc/stdlib: malloc.c Log message: nibbles aren't enough random, use bytes. does a better job of picking a free chunk at random and may allow to increase delayed chunk array. ok otto