DragonFly-2.3.1.484.gaacdd master lib/libstand zalloc.c zalloc_defs.h zalloc_malloc.c zalloc_mem.h zalloc_protos.h

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 24 23:14:06 PDT 2009


commit aacddf7ac7f7d4a15c4b0703b0001276ee2ae179
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list