From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88135 invoked by alias); 26 Oct 2016 09:48:37 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 87842 invoked by uid 89); 26 Oct 2016 09:48:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=Delorie, delorie X-HELO: homiemail-a42.g.dreamhost.com Reply-To: siddhesh@sourceware.org Subject: Re: [PATCH] Remove references to sbrk to grow/shrink arenas References: <1476120816-26989-1-git-send-email-siddhesh@sourceware.org> To: DJ Delorie Cc: libc-alpha@sourceware.org From: Siddhesh Poyarekar Message-ID: Date: Wed, 26 Oct 2016 09:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00450.txt.bz2 On Monday 10 October 2016 11:10 PM, DJ Delorie wrote: > > Siddhesh Poyarekar writes: >> * manual/memory.texi (M_TOP_PAD): Remove reference to sbrk. >> (M_TRIM_THRESHOLD): Likewise. > > These changes look good to me from the malloc side of things. > Thanks, pushed. Siddhesh