From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 23 19:42:26 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A5B1065673 for ; Sun, 23 Oct 2011 19:42:26 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 561848FC17 for ; Sun, 23 Oct 2011 19:42:25 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so9441513bkb.13 for ; Sun, 23 Oct 2011 12:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=XcVSXvrv8NHzUaSI+6IJwtaK5U5D8jzaIe5zHDqIORE=; b=Kwk6RBrr7KVT+Mt2dioA4qXafqSJ/8ntVXVtl0zQeZuAtdZPeot3r2lUyhYq4S/LgY EsaSH6fHwXUofCpP0iaTqJ0VU6HjtFvCt1/V5hAGFNsc2AbKhZBMIlEI8c0T/yWwqDSs M1KFB4pobIVts3XWrWkJxqdLcBJwvnIvvHHwc= Received: by 10.223.75.15 with SMTP id w15mr7413985faj.9.1319398945045; Sun, 23 Oct 2011 12:42:25 -0700 (PDT) Received: from crow.localnet (ip-81.net-82-216-178.lyon5.rev.numericable.fr. [82.216.178.81]) by mx.google.com with ESMTPS id y8sm37779150faj.10.2011.10.23.12.42.23 (version=SSLv3 cipher=OTHER); Sun, 23 Oct 2011 12:42:23 -0700 (PDT) From: Razmig K To: freebsd-hackers@freebsd.org Date: Sun, 23 Oct 2011 21:42:16 +0200 Message-ID: <8739679.u2caBOoV7X@crow> User-Agent: KMail/4.7.2 (Linux/3.0.0-12-generic; KDE/4.7.1; x86_64; ; ) In-Reply-To: <20111021155557.GC93709@dan.emsphone.com> References: <4EA0610B.90206@gmail.com> <4EA1471E.9050501@gmail.com> <20111021155557.GC93709@dan.emsphone.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: Measuring memory footprint in C/C++ code on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 19:42:26 -0000 Hello Thanks to everyone for tips and insight you gave me on this discussion. ~Razmig