Re: memory leaks in numa_run_on_node

Andi Kleen <[email protected]> Thu, 27 Jun 2013 02:31:41 +0200
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
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