From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: memory leaks in numa_run_on_node Date: Thu, 27 Jun 2013 02:31:41 +0200 Message-ID: <20130627003141.GJ6123@two.firstfloor.org> References: <20130627000512.GA22273@ti119.telemetry-investments.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20130627000512.GA22273@ti119.telemetry-investments.com> Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Andrew J. Schorr" Cc: linux-numa@vger.kernel.org On Wed, Jun 26, 2013 at 08:05:12PM -0400, Andrew J. Schorr wrote: > Hi, > > According to valgrind, this trivial program has a bunch of memory leaks: libnuma caches the node masks of CPUs. This is a global cache that is bounded by the number of CPUs. It's not a leak that will grow over time. So it's a false positive. -Andi