It's about the idea that you are using per-thread allocators, and one of your threads allocates a lot of memory, then goes to sleep for a long time.
Per-thread allocators are orthogonal to per-structure allocators.
It's about the idea that you are using per-thread allocators, and one of your threads allocates a lot of memory, then goes to sleep for a long time.
Per-thread allocators are orthogonal to per-structure allocators.