mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- reserve() did not set the addressable size to the current capacity before resizing, which meant that the delete[] would not have the true allocated size. Only affects memory-pool usage (#3381), which is not yet integrated ENH: remove unused DynamicList '*_unsafe()' methods - can result in a mismatch between allocated and addressed sizes, which becomes important for memory-pool usage.