Home | History | Annotate | Download | only in JIT

Lines Matching full:mem1

626   MemoryRangeHeader *Mem1 = (MemoryRangeHeader*)Mem2-1;
627 Mem1->ThisAllocated = 1;
628 Mem1->PrevAllocated = 0;
629 Mem1->BlockSize = sizeof(MemoryRangeHeader);
637 Mem0->BlockSize = (char*)Mem1-(char*)Mem0;