Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 13:41:55 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14549 for review
Message-ID:  <200207202041.g6KKft5F008909@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14549

Change 14549 by peter@peter_daintree on 2002/07/20 13:41:12

	revert to freebsd version

Affected files ...

.. //depot/projects/ia64/lib/libstand/zalloc_malloc.c#4 edit

Differences ...

==== //depot/projects/ia64/lib/libstand/zalloc_malloc.c#4 (text+ko) ====

@@ -65,9 +65,9 @@
     Guard *res;
 
 #ifdef USEENDGUARD
-    bytes += 2 * MALLOCALIGN + 1;
+    bytes += MALLOCALIGN + 1;
 #else
-    bytes += 2 * MALLOCALIGN;
+    bytes += MALLOCALIGN;
 #endif
 
     while ((res = znalloc(&MallocPool, bytes)) == NULL) {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207202041.g6KKft5F008909>