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

/dalvik/hit/src/com/android/hit/
H A DInstance.java32 // The heap in which this object was allocated (app, zygote, etc)
47 * called on all heap objects so that they can resolve their internal
52 * for in a heap other than the one this Instance is in.
89 public void setHeap(Heap heap) { argument
90 mHeap = heap;
/dalvik/vm/alloc/
H A DHeapSource.cpp40 /* How long to wait after a GC before performing a heap trim
67 /* The largest size that this heap is allowed to grow to.
87 * The lowest address of this heap, inclusive.
92 * The highest address of this heap, exclusive.
97 * If the heap has an mspace, the current high water mark in
104 /* Target ideal heap utilization ratio; range 1..HEAP_UTILIZATION_MAX
108 /* The starting heap size.
112 /* The largest that the heap source as a whole is allowed to grow.
117 * The largest size we permit the heap to grow. This value allows
118 * the user to limit the heap growt
260 const Heap *const heap = &hs->heaps[i]; local
278 countAllocation(Heap *heap, const void *ptr) argument
291 countFree(Heap *heap, const void *ptr, size_t *numBytes) argument
334 Heap* heap = NULL; local
425 Heap heap; local
778 Heap *const heap = &hs->heaps[i]; local
803 Heap *const heap = &hs->heaps[i]; local
923 Heap* heap = hs2heap(hs); local
996 heapAllocAndGrow(HeapSource *hs, Heap *heap, size_t n) argument
1023 Heap* heap = hs2heap(hs); local
1080 Heap* heap = ptr2heap(gHs, *ptrs); local
1139 Heap *heap = ptr2heap(hs, obj); local
1161 Heap* heap = ptr2heap(gHs, ptr); local
1385 Heap* heap = hs2heap(hs); local
1454 Heap *heap = &hs->heaps[i]; local
[all...]

Completed in 64 milliseconds