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.cpp26 #include "alloc/Heap.h"
62 struct Heap { struct
151 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT];
254 static Heap *ptr2heap(const HeapSource *hs, const void *ptr)
260 const Heap *const heap = &hs->heaps[i];
263 return (Heap *)heap;
278 static void countAllocation(Heap *heap, const void *ptr)
291 static void countFree(Heap *heap, const void *ptr, size_t *numBytes)
334 Heap* heap = NULL;
395 static bool remapNewHeap(HeapSource* hs, Heap* newHea
[all...]

Completed in 45 milliseconds