CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2016/10/28 11:03:22
Modified files: lib/libc/stdlib: malloc.c Log message: Pages in the malloc cache are either reused quickly or unmapped quickly. In both cases it does not make sense to set hints on them. So remove that option, which is just a remainder of old times when malloc used to hold on to pages. ok stefan@