From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52540 invoked by alias); 10 Oct 2016 17:41:00 -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 52518 invoked by uid 89); 10 Oct 2016 17:41:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:271, H*F:U*dj X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com From: DJ Delorie To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Remove references to sbrk to grow/shrink arenas References: <1476120816-26989-1-git-send-email-siddhesh@sourceware.org> Date: Mon, 10 Oct 2016 17:41:00 -0000 In-Reply-To: <1476120816-26989-1-git-send-email-siddhesh@sourceware.org> (Siddhesh Poyarekar's message of "Mon, 10 Oct 2016 23:03:36 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-10/txt/msg00188.txt.bz2 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.