Home | History | Annotate | Download | only in alloc

Lines Matching defs:allocLimit

212     u1 *allocLimit;
506 heapSource->allocLimit = heapSource->allocPtr + BLOCK_SIZE;
617 assert(heapSource->allocLimit != NULL);
620 available = heapSource->allocLimit - heapSource->allocPtr;
635 heapSource->allocLimit = addr + BLOCK_SIZE;
814 heapSource->allocLimit = NULL;
2218 gDvm.gcHeap->heapSource->allocLimit = gDvm.gcHeap->heapSource->allocPtr + BLOCK_SIZE;