CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2012/06/26 15:36:26
Modified files: lib/libc/stdlib: malloc.c Log message: after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of scanning for free space if the hint isn't available. also, on further inspection, this will prevent pmap_prefer from "improving" our hint.