Steve Vormwald <sdvormwa@cray.com> writes: > The usual culprit is something "caching" small (<128byte) allocations for > future reuse rather than freeing them when they become unused, which Have you tried disabling fastbins? I.e. mallopt(M_MXFAST, 0) ?