From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2206) id 85C973851C14; Mon, 19 Jul 2021 13:27:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85C973851C14 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Siddhesh Poyarekar To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch 'siddhesh/malloc-hooks' X-Act-Checkin: glibc X-Git-Author: Siddhesh Poyarekar X-Git-Refname: refs/heads/siddhesh/malloc-hooks X-Git-Oldrev: cf57ab3f4cec3923afbb600e33d01b6c0de1b1ea X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20210719132703.85C973851C14@sourceware.org> Date: Mon, 19 Jul 2021 13:27:03 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 13:27:03 -0000 The branch 'siddhesh/malloc-hooks' was deleted. It previously pointed to: cf57ab3f4c... mcheck Fix malloc_usable_size [BZ #22057] Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- cf57ab3... mcheck Fix malloc_usable_size [BZ #22057] a6f33b8... Remove malloc hooks ebf2508... glibc.malloc.check: Wean away from malloc hooks 7292eed... mtrace: Wean away from malloc hooks 537f776... Simplify __malloc_initialized 617ca09... mcheck: Wean away from malloc hooks bfbf5a4... Move malloc hooks into a compat DSO 3aa1413... Remove __morecore and __default_morecore 5393ca4... Remove __after_morecore_hook fbd44c3... Make mcheck tests conditional on GLIBC_2.24 or earlier 2e1cf7b... mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #280