Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 09:29:39 +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/gen valloc.3 valloc.c
Message-ID:  <200601120929.k0C9TeWi082786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2006-01-12 09:29:39 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         valloc.3 valloc.c 
  Log:
  Use posix_memalign() in valloc() rather than making assumptions about
  the alignment of malloc()ed memory.
  
  Approved by:    markm (mentor)
  
  Revision  Changes    Path
  1.11      +14 -14    src/lib/libc/gen/valloc.3
  1.4       +6 -6      src/lib/libc/gen/valloc.c



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