Poor memory reuse (tcmalloc?)

Google’s TCMalloc may also be better at reuse; but it was mainly designed for reducing lock-contention with multiple threads.

This somewhat old paper describes it: TCMalloc : Thread-Caching Malloc

The latest version seems to be here: abseil / Announcing TCMalloc