|
|
|
|
|
by PaulDavisThe1st
661 days ago
|
|
This issue isn't really about per-structure allocators at all. 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. |
|