Home
last modified time | relevance | path

Searched refs:limitBlock (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DCopying.c200 size_t baseBlock, limitBlock; member
296 heapSource->limitBlock > block; in isValidAddress()
476 …heapSource->limitBlock = ((uintptr_t) heapSource->blockBase + heapSource->maximumSize) >> BLOCK_SH… in dvmHeapSourceStartup()
479 heapSource->totalBlocks = (heapSource->limitBlock - heapSource->baseBlock); in dvmHeapSourceStartup()