Files
RedBear-OS/src/platform
Josh Megnauth d6ac5f8947 Avoid over allocations & reallocations
As we know, vectors amortize the cost of adding new elements by reserving
space for multiple elements when full. This is useful but may lead to
allocating more memory than necessary.

`relibc` generally avoids over allocations by reserving the exact amount
of space when possible. I fixed a few areas that still over allocated or
reallocated unnecessarily by leveraging iterators that are more likely
to know sizes.
2024-11-14 22:53:12 -05:00
..
2024-10-27 23:25:57 +01:00
2022-11-11 13:27:18 -07:00
2024-09-25 20:28:50 +02:00
2024-10-27 23:25:57 +01:00
2024-10-27 23:25:57 +01:00