Files
rust/library/std
bjorn3 af7eededaa Remove an allocation from rt::init
Previously the thread name would first be heap allocated and then
re-allocated to add a nul terminator. Now it will be heap allocated only
once with nul terminator added form the start.
2021-09-16 14:41:09 +02:00
..
2020-07-27 19:51:13 -05:00
2021-09-16 14:41:09 +02:00
2021-08-10 12:09:00 +03:00
2021-08-24 19:53:20 +03:00