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