Skip to content

remove vmresize

While doing some recent work in lib/expr, I realized all calls to vmresize are degenerate, either passing in NULL or discarding the content of the returned memory. So it is actually unnecessary, and in fact inefficient.

This series removes vmresize and redirects previous callers to vmalloc as well as some surrounding clean up.

Merge request reports