From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14160 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: sva sva Newsgroups: gmane.linux.lib.musl.general Subject: How to get base address of heap arenas Date: Thu, 30 May 2019 08:59:46 -0400 Message-ID: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000935e43058a1a79a4" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="222909"; mail-complaints-to="usenet@blaine.gmane.org" To: musl@lists.openwall.com Original-X-From: musl-return-14176-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 30 15:00:17 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 1hWKfI-000vo2-Sm for gllmg-musl@m.gmane.org; Thu, 30 May 2019 15:00:16 +0200 Original-Received: (qmail 21790 invoked by uid 550); 30 May 2019 13:00:10 -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 21751 invoked from network); 30 May 2019 13:00:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=IRLA/kJDXHgwe9WR0iFjnHI5YjLVbffSK1kzWVWRtrs=; b=BA0IagsCpKzFO6Cnt+ubMwKe1mi/9EJ5S2t0jw3KSOMJiFTK+9AYz2wF46pph/fOtc DPbTLJceQPQvvHyrD/g2GZHEBga4yLAEfcJOdPPWXpcdApnS27wdBFs8gU+gI+iaAIDv 5OKWZ+YuwZVRvrD61PLLd4D5AO+hY2lEFFJMXnSiI2F8waG3Ffh2Q3PDSRRSJA1xi/Gv nIHDblqISqhawt0OMdjqyRiUWGhbnBTbTMVgc8z0FU0RTxj+15HF2zLVgSVi+CwiFv0x rWhkQuM3hfph4mYz5RPtsmb+Zul388XjUpusK2Oaz89M0bs0h+WryCcgH2ndANY1N3NS tCwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IRLA/kJDXHgwe9WR0iFjnHI5YjLVbffSK1kzWVWRtrs=; b=abnAII6hgjcf0mCydtLYH3L/+tgdSIpCATtpAvK5TEWnzYC7f7rXZICP/xYDVChF6D 0fmq1kJZ5byyhVOlq/4gcXLpvDodQI8LwC3ZFkedT1EVXJAvI6gE+hOE8qAWAqSf+uOR e8l6OT2jvH9GynZttg8mClfTOJVdtMrguY/q1dYtEnc9aSw24pyKlxt0xwe/HoXoKtyp 8xcx7oDysnqIe6/Vqq6ur25rTQD1BelAYxrA+wx4ls0IyaaQj+ghgPPgQM9tK0FeeGe2 M5jmwQ9ojmKXSNeJv2Bk3QxDmpSvF5Z79jlhkzLncjGth4e0SCGRhxyC1h/MwH8qGA6v Q2Aw== X-Gm-Message-State: APjAAAWt+qS6LyHRma8hn6OI1E34/jAmDRPN3WpkdnTIJpUs4v8mRh+T YdYO7yiyTdfC9CvgBcSOEjl0u9OBRzBVLDUijK3sgQ== X-Google-Smtp-Source: APXvYqyH2bmpdGdtjjEHz90H92BXSnow3oPmistLakIYykwRzKx9gouxrS7q1MC7AIB4AD+IAPI0aEIbrf1DzL1wa3w= X-Received: by 2002:a5d:97d2:: with SMTP id k18mr2663706ios.130.1559221197035; Thu, 30 May 2019 05:59:57 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:14160 Archived-At: --000000000000935e43058a1a79a4 Content-Type: text/plain; charset="UTF-8" I am writing a heap walk program in C and would like to know if there is anything like the concept of arenas in musl. Basically, I need to have a pointer to the base address of all my allocated heaps. Unfortunately inspecting the musl code I found none. Thanks Vahid --000000000000935e43058a1a79a4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am writing a heap walk program in C and would like = to know if there is anything like the concept of arenas in musl. Basically,= I need to have a pointer to the base address of all my allocated heaps. Un= fortunately inspecting the musl code I found none.

Thanks

Vahid
--000000000000935e43058a1a79a4--