- 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 affected memory-pool usage, which was not yet integrated (#3381) ENH: remove unused DynamicList '*_unsafe()' methods - could result in a mismatch between allocated and addressed sizes, which becomes important for memory-pool usage.