Searched defs:hs (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp35 static size_t getMaximumSize(const HeapSource *hs);
205 static bool isSoftLimited(const HeapSource *hs) argument
213 return hs->softLimit <= hs->idealSize;
220 static size_t getAllocLimit(const HeapSource *hs) argument
222 if (isSoftLimited(hs)) {
223 return hs->softLimit;
225 return mspace_footprint_limit(hs2heap(hs)->msp);
233 static size_t oldHeapOverhead(const HeapSource *hs, bool includeActive) argument
243 for (/* i = i */; i < hs
254 ptr2heap(const HeapSource *hs, const void *ptr) argument
285 HeapSource* hs = gDvm.gcHeap->heapSource; local
300 HeapSource* hs = gDvm.gcHeap->heapSource; local
372 addInitialHeap(HeapSource *hs, mspace msp, size_t maximumSize) argument
395 remapNewHeap(HeapSource* hs, Heap* newHeap) argument
423 addNewHeap(HeapSource *hs) argument
596 HeapSource *hs; local
711 HeapSource *hs = gHs; // use a local to avoid the implicit "volatile" local
747 HeapSource *hs = (*gcHeap)->heapSource; local
773 HeapSource *hs = gHs; local
795 HeapSource *hs = gHs; local
833 HeapSource *hs = gHs; local
922 HeapSource *hs = gHs; local
996 heapAllocAndGrow(HeapSource *hs, Heap *heap, size_t n) argument
1022 HeapSource *hs = gHs; local
1134 HeapSource *hs = gHs; local
1182 getMaximumSize(const HeapSource *hs) argument
1224 HeapSource *hs = gHs; local
1239 HeapSource *hs = gHs; local
1250 setSoftLimit(HeapSource *hs, size_t softLimit) argument
1281 HeapSource *hs = gHs; local
1321 HeapSource *hs = gHs; local
1334 HeapSource *hs = gHs; local
1357 getUtilizationTarget(const HeapSource* hs, size_t liveSize) argument
1384 HeapSource *hs = gHs; local
1451 HeapSource *hs = gHs; local
1485 HeapSource *hs = gHs; local
[all...]

Completed in 79 milliseconds