Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: faster malloc anyone? Message-ID: <520@brl-smoke.ARPA> Date: Sat, 3-May-86 14:02:34 EDT Article-I.D.: brl-smok.520 Posted: Sat May 3 14:02:34 1986 Date-Received: Tue, 6-May-86 03:48:55 EDT Sender: news@brl-smoke.ARPA Lines: 4 Your new() function doesn't appear to do anything that the SVR2 malloc() doesn't, except fail to properly align storage. If the malloc() function in your C library has dismal performance, then fix it so that all programs can benefit.