hp48gx
hp48gx
at the moment, we basically followed a different approach: as every worker thread has a task queue, we inject in all queues a special task that executes `mi_stats_merge()` and then,...
Speaking for myself, I'd say "allocated_*" would be enough. If I understand correctly, `allocated_total` is the amount of memory that mimalloc requested from the OS, and `allocated_current` is the amount...
> ```c > mi_register_deferred_free > ``` that's a good point. I'll need to check precisely when deferred_free triggers, but it looks promising. I think the next thing to make it...
> it should be built in (with a option to control how often it is called). I guess that's the "% 8", isn't it? > The only drawback is that...