From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14964 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Roman Yeryomin Newsgroups: gmane.linux.lib.musl.general Subject: Re: New malloc - first preview Date: Fri, 29 Nov 2019 18:41:08 +0200 Message-ID: References: <20191022174051.GA24726@brightrain.aerifal.cx> <20191128215642.GN16318@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="70965"; mail-complaints-to="usenet@blaine.gmane.org" To: musl , Rich Felker Original-X-From: musl-return-14980-gllmg-musl=m.gmane.org@lists.openwall.com Fri Nov 29 17:57:28 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1iaja9-000IH7-Kq for gllmg-musl@m.gmane.org; Fri, 29 Nov 2019 17:57:25 +0100 Original-Received: (qmail 22105 invoked by uid 550); 29 Nov 2019 16:57:22 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14297 invoked from network); 29 Nov 2019 16:41:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ui.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=F0x//VNU6ZrTCU9/iKX3rZzMFRx/6srdGjl09US/w0k=; b=T/pdqSqsaPUthX+EOtU3/e6NHLyVaWqP4Z0y9gpfUKRKxuSXPhzt8uOfTHemSxzWKf giR/ybFjfWgANIl1Iiit39IMqQ/htsQF521UG0EKxHpMoYLXhhQ2QbywdKa7ilB6rTQB onIEMzkSeT44MDtYUksGju+mCK3G91jSMChzY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=F0x//VNU6ZrTCU9/iKX3rZzMFRx/6srdGjl09US/w0k=; b=E3qxjZcV/in35h2SdrvQAfFjCZ6VJyFzo+UYuHMazzY8leOne71xe1TqFAjhAFuPqA JYo8Vz8Uhp5t0jn7G7T0yHdeed9lm//uTJGwXNCiFC2WHPc8c3zX+1/oV19eE/lMqEM0 0IGAenTZ6G+TD5z+5AFMhmMP1Hx3LlOVPugnwehHV6687IBN3XwOLgOfYqOx2la4riaY eELvSwalLZ4LHrkuNUTNKyxx6ZTYMHtQlP8pC07L6MtvfHsEmxKkQ/VqgltiMJVOiP4V 3EgzjzTAvtTRlDMd/e0r2Bd7pDiBHEEeNPV7SDQuKENBQ1YFpLibqcdUeKT7EbZ1Zvb0 KH8w== X-Gm-Message-State: APjAAAXz7vfzRv1GnzVuhHKJAPQxjXnW5xwm0z4IqlWn2ubUNlkj/pbE +BPKylO7KSwyK1F/ezr1pO8XiEUzrcOvHJqfkL1Ry4uHalc= X-Google-Smtp-Source: APXvYqyKOd0fMiQY4vpW3MOHWdh4mcdPmWuBRR9xomeuCcWT5nrDNUGndyYZvlJrDhGb4MVDaqhg3ge1hI4KcOfsciE= X-Received: by 2002:a9f:3b05:: with SMTP id i5mr10351179uah.31.1575045680212; Fri, 29 Nov 2019 08:41:20 -0800 (PST) In-Reply-To: <20191128215642.GN16318@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:14964 Archived-At: On Thu, Nov 28, 2019 at 11:56 PM Rich Felker wrote: > > Work on the new malloc is well underway, and I have a draft version > now public at: > > https://github.com/richfelker/mallocng-draft > Hi Rich, will it cover this problem: https://www.openwall.com/lists/musl/2018/02/09/4 ? Regards, Roman