cvs commit: src/lib/libc/gen valloc.3 valloc.c

Jason Evans jasone at FreeBSD.org
Thu Jan 12 01:29:41 PST 2006


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


More information about the cvs-src mailing list