*<Null safety>*
void claimMemoryComplete ()
This method should be invoked as soon as the out-of-line object defined by a call to the claimMemory() method has been fully read.
Implementation
void claimMemoryComplete() {
_nextOutOfLineDepth--;
}