DragonFly commits List (threaded) for 2009-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.1.484.gaacdd master lib/libstand zalloc.c zalloc_defs.h zalloc_malloc.c zalloc_mem.h zalloc_protos.h
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]