Yeah, I do, I'm working on a patch for it now. The first call in the allocator can be replaced with the `malloc_good_size` call which is faster. And I'll truy to write a faster version of the 2nd call in the free hook.
Bug 1806054 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Yeah, I do, I'm working on a patch for it now. The first call in the allocator can be replaced with the `malloc_good_size` call which is faster. And I'll truy to write a faster version of the 2nd call in the free hook. It won't be perfect, to do the testing I need (comapring memory allocators) I'll have to turn off allocation profiling. But it'll be better for other users of the profiler.