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

/dalvik/hit/src/com/android/hit/
H A DHeap.java22 public class Heap { class
47 public Heap(String name) { method in class:Heap
/dalvik/vm/alloc/
H A DHeapSource.cpp25 #include "alloc/Heap.h"
67 struct Heap { struct
138 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT];
233 static Heap *ptr2heap(const HeapSource *hs, const void *ptr)
239 const Heap *const heap = &hs->heaps[i];
242 return (Heap *)heap;
257 static void countAllocation(Heap *heap, const void *ptr)
270 static void countFree(Heap *heap, const void *ptr, size_t *numBytes)
346 Heap heap;
359 * Heap storag
[all...]

Completed in 1107 milliseconds