Searched refs:heapLength (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp169 size_t heapLength; member in struct:HeapSource
398 size_t rem_size = hs->heapBase + hs->heapLength - newHeapBase;
656 hs->heapLength = length;
751 munmap(hs->heapBase, hs->heapLength);

Completed in 21 milliseconds