nalgebra/src
Sébastien Crozet 5ad68f486d
Introduce Storage::forget_elements() to fix memory leak in Matrix::generic_resize() (#1416)
* Add Storage::forget

* Adjust implementations of Reallocator to use Storage::forget

* Fix formatting

* Rename forget to forget_elements and add safety comments

* Update comments in Reallocator implementations

---------

Co-authored-by: Nick Mertin <nickmertin@gmail.com>
2024-06-23 11:46:20 +02:00
..
base Introduce Storage::forget_elements() to fix memory leak in Matrix::generic_resize() (#1416) 2024-06-23 11:46:20 +02:00
debug feat: use GAT to remove the scalar type T from the Allocator trait (#1397) 2024-06-12 11:16:06 +02:00
geometry chore: update to simba 0.9 (#1415) 2024-06-22 19:06:20 +02:00
io Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
linalg chore: update to simba 0.9 (#1415) 2024-06-22 19:06:20 +02:00
proptest feat: use GAT to remove the scalar type T from the Allocator trait (#1397) 2024-06-12 11:16:06 +02:00
sparse chore: update to simba 0.9 (#1415) 2024-06-22 19:06:20 +02:00
third_party Support conversion for glam 0.28 (#1409) 2024-06-22 18:49:46 +02:00
lib.rs Improved stack! implementation, tests (#1375) 2024-06-23 11:29:28 +02:00