Open iCodeWoods opened 3 years ago
in _GetBlockStrongLayout has these code, but why is it calculated like this? thx
// Figure out the number of pointers it takes to fill out the object, rounding up. const size_t elements = (blockLiteral->descriptor->size + ptrSize - 1) / ptrSize;
in _GetBlockStrongLayout has these code, but why is it calculated like this? thx