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.c80 - that may not work so great for a gc heap, because small will always consume.
84 Find a way to permanently steal pages from the middle of the heap
87 Allocate String and char[] in a separate heap?
89 Maybe avoid growing small heap, even if there's slack? Look at
90 live ratio of small heap after a gc; scale it based on that.
102 /* The bitmap that keeps track of where objects are in the heap.
106 /* The largest size that this heap is allowed to grow to.
122 /* Target ideal heap utilization ratio; range 1..HEAP_UTILIZATION_MAX
126 /* Requested minimum heap size, or zero if there is no minimum.
130 /* The starting heap siz
222 const Heap *const heap = &hs->heaps[i]; local
241 countAllocation(Heap *heap, const void *ptr, bool isObj) argument
256 countFree(Heap *heap, const void *ptr, bool isObj) argument
321 Heap heap; local
394 Heap *heap; local
525 Heap *heap = &hs->heaps[i]; local
565 Heap *const heap = &hs->heaps[i]; local
637 Heap *heap = &hs->heaps[i]; local
654 Heap *heap; local
683 heapAllocAndGrow(HeapSource *hs, Heap *heap, size_t n) argument
718 Heap *heap; local
771 Heap *heap; local
796 Heap *heap; local
869 Heap *heap; local
898 Heap *heap; local
924 Heap *heap; local
1200 Heap *heap; local
1311 Heap *heap = &hs->heaps[i]; local
1388 const Heap *heap; local
1427 Heap *heap; local
[all...]

Completed in 65 milliseconds