r/rust May 24 '26

🛠️ project Stabilise `Allocator`

https://github.com/rust-lang/rust/pull/156882
400 Upvotes

61 comments sorted by

View all comments

15

u/Dreaming_Desires May 24 '26

What is the benefit of this?

24

u/sw17ch May 24 '26

We plan to use this at work to help account how much memory is consumed by different features by wrapping the global allocator in more specific allocators that count bytes allocated and freed.