Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.12.x
-
None
Description
The array used to store the child expressions in an IHqlExpression are not truncated to minimize the memory requirement. This is compounded by array::ensure() rounding up the requested size, rather than exactly the size requested.