Skip to content

Removed OS X specific avoidance of realloc()

Sean McBride requested to merge seanm/vtk:use-realloc-on-OSX into master

Changed to just use realloc() as with other OSes. The code path forced by this was much slower, as measured by Instruments.app.

Merge request reports