Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2008 14:27:34 +0000 (UTC)
From:      Jason Evans <jasone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib malloc.c
Message-ID:  <200809101427.m8AERmUZ021040@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2008-09-10 14:27:34 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  SVN rev 182906 on 2008-09-10 14:27:34Z by jasone
  
  Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding
  page size and using sysconf(3).
  
  Suggested by:   marcel
  
  Revision  Changes    Path
  1.179     +88 -120   src/lib/libc/stdlib/malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809101427.m8AERmUZ021040>