HomeSort by relevance Sort by last modified time
    Searched defs:allocLimit (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Thread.h 224 int allocLimit;
  /dalvik/vm/alloc/
Copying.c 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;
    [all...]

Completed in 1920 milliseconds