看板 DFBSD_commit 關於我們 聯絡資訊
commit aacddf7ac7f7d4a15c4b0703b0001276ee2ae179 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Jun 24 17:14:45 2009 -0700 libstand - remove iaddr_t, do not assume long double is a power of 2, clean up * Remove iaddr_t. Use uintptr_t instead. * Remove use of long double to determine alignment. Use a fixed 16 byte alignment instead. * General cleanup Summary of changes: lib/libstand/zalloc.c | 8 ++++---- lib/libstand/zalloc_defs.h | 11 ++--------- lib/libstand/zalloc_malloc.c | 10 +++++++--- lib/libstand/zalloc_mem.h | 6 +++--- lib/libstand/zalloc_protos.h | 6 +++--- 5 files changed, 19 insertions(+), 22 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aacddf7ac7f7d4a15c4b0703b0001276ee2ae179 -- DragonFly BSD source repository