Home | History | Annotate | Download | only in JIT

Lines Matching refs:Marker

206   // Add a marker at the end of the block, indicating the size of this free
682 /// block size marker is correct. This function should return an error before
736 // Now make sure the size marker at the end of the block is correct.
737 uintptr_t *Marker = ((uintptr_t*)&Hdr->getBlockAfter()) - 1;
738 if (!(Start <= (char*)Marker && (char*)Marker < End)) {
742 if (Hdr->BlockSize != *Marker) {
743 Err << "End of block size marker (" << *Marker << ") "