FBRetainCycleDetector
FBRetainCycleDetector copied to clipboard
Questions about elements in FBBlockStrongLayout
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;