rust/library/alloc/src/sync
Wim Looman 6837b812e6
Fix some `Arc` allocator leaks
This doesn't matter for the stable `Global` allocator as it is a ZST
singleton, but other allocators may rely on all instances being dropped.
2024-01-28 18:33:34 +01:00
..
tests.rs Fix some `Arc` allocator leaks 2024-01-28 18:33:34 +01:00