newobj_fill: don't assume RBasic size
The previous implementation assumed RBasic size is 2 * sizeof(VALUE), might as well not make assumption and use a proper sizeof.
RBasic
2 * sizeof(VALUE)
sizeof
Co-Authored-By: John Hawthorn [email protected]
newobj_fill: don't assume RBasic size
The previous implementation assumed
RBasic
size is2 * sizeof(VALUE)
,might as well not make assumption and use a proper
sizeof
.Co-Authored-By: John Hawthorn [email protected]