From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-ua1-x935.google.com (mail-ua1-x935.google.com [IPv6:2607:f8b0:4864:20::935]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BDD181F454; Sun, 3 Nov 2019 21:55:29 +0000 (UTC) Received: by mail-ua1-x935.google.com with SMTP id n41so4386941uae.2; Sun, 03 Nov 2019 13:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7m4XAM2Kwz8gFaoDnZeQN572L9QBEijKlF0HObBP2Pk=; b=V2WQrv5X/bL92yPfd2YJTj9mtaebWGT9hYLF+O8f9pT75+mgSssSxuww+E7B79uYBm CRBC7UqiXgtVoCztXUj2ApoRMb2e/qquS6D0B27FrMvXDtrDVVM1puE8HhlmMmg0sI3s LSCxJ9WTgolUJBlksUa5GBT97GDiExXo/da7mP39X6Di1tOIjTgP6VKi3ukfAGbB//B7 uFciK4GRyH9s94g4YaltRPe+pJGgKs15UgATYwH+TthWt6qYJxLFIzmamRLs8KMk6E66 9LgBhguqJO4FFWlSQVwYMzF1AeRGE/7qle/nxsYQwk0uWcBonpBtbqJtIs005P9e42T+ F19w== 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:cc; bh=7m4XAM2Kwz8gFaoDnZeQN572L9QBEijKlF0HObBP2Pk=; b=eu1jNbC4cmeFGOYOvwnbOS4kcC51RYoQFle6KK1bZaMkpHUDyv3nxHZC9DkTKxRm0Q dWk8cQKTohPs0Gf7XADXZzKO/1I4D1hWb21KC7np4Vrh0x0w9rZnq/9KF0gaF62lshjA DgrhnWGt8/baoCpnQUMd/8QXO3FSD1bycmN6x56a9T9se1yeZ3GziTtnaVzyHFWe3HDJ B9V26tg6OvGYDk6YrlS1fbsQ8PtuqSrM2FZUch4oRGhjC0OcymlCoDNkoaS1wMuRuUNm oe1/egYbh7smhd8pMLoISoIFr0EEz/QzrGTRl62kQVAPleBNcKOc5I9XVDuEuvI+4LLH 3zXA== X-Gm-Message-State: APjAAAXdtSBAfBsH4SSKiirLZFaWD91RDlxjhLx15dJ8TOTCBKLho2e4 OLb+M4RiyZuCAi6ywF1ECEdFII2KJPw1wFf4IRVnaGHC X-Google-Smtp-Source: APXvYqyRmYQfqk2B4TofENYckeZvKKfAgtnCNMMGr6s/DuM6Y3Z6MxjmyyabkqmKx8hmT9O0z1Nj3kZxh3z8ruauR4Q= X-Received: by 2002:ab0:5a97:: with SMTP id w23mr10957703uae.129.1572818128017; Sun, 03 Nov 2019 13:55:28 -0800 (PST) MIME-Version: 1.0 References: <20191102021239.GA24394@dcvr> In-Reply-To: <20191102021239.GA24394@dcvr> From: Sam Saffron Date: Mon, 4 Nov 2019 08:55:16 +1100 Message-ID: Subject: Re: extend mwrap dump to include frees/allocations To: Eric Wong Cc: mwrap-public@80x24.org Content-Type: text/plain; charset="UTF-8" List-Id: Yes I was thinking about the method (not the ENV) but I guess both work. I follow about the sorting concern, maybe we use a flag for the sorting and another for the new format?