From owner-cvs-all Fri Oct 16 12:23:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20924 for cvs-all-outgoing; Fri, 16 Oct 1998 12:23:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20911; Fri, 16 Oct 1998 12:23:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13302; Fri, 16 Oct 1998 12:23:38 -0700 (PDT) Date: Fri, 16 Oct 1998 12:23:38 -0700 (PDT) Message-Id: <199810161923.MAA13302@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand zalloc_defs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/10/16 12:23:37 PDT Modified files: lib/libstand zalloc_defs.h Log: Reduce the sbrk() increment from 64K to 4K. There's not much room on the Alpha, and wasting potentially 64K-4 bytes of RAM just isn't an option. Revision Changes Path 1.4 +2 -2 src/lib/libstand/zalloc_defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message