/external/chromium_org/third_party/WebKit/Source/heap/ |
DEPS | 2 "+heap",
|
/external/valgrind/main/perf/ |
heap.vgperf | 1 prog: heap
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/ |
.gitignore | 0 heap.01234.cache.*
|
/dalvik/hit/src/com/android/hit/ |
State.java | 26 * During parsing of the HPROF file HEAP_DUMP_INFO chunks change which heap 30 HashMap<Integer, Heap> mHeaps; 31 Heap mCurrentHeap; 34 mHeaps = new HashMap<Integer, Heap>(); 38 public Heap setToDefaultHeap() { 42 public Heap setHeapTo(int id, String name) { 43 Heap heap = mHeaps.get(id); local 45 if (heap == null) { 46 heap = new Heap(name) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/ |
DEPS | 4 "+heap",
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
OWNERS | 1 per-file heap-profile*=dmikurube@chromium.org 2 per-file heap-profile*=glider@chromium.org 3 per-file deep-heap-profile*=dmikurube@chromium.org 4 per-file deep-heap-profile*=glider@chromium.org
|
/external/valgrind/main/memcheck/tests/ |
sbfragment.stdout.exp | 2 reasonable heap usage
|
/art/test/104-growth-limit/ |
info.txt | 2 conventions, can be cleared and the resulting heap is at least as large 3 as the growth limited heap.
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
DEPS | 4 "+heap",
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
mock_gsutil.py | 24 expected_nameset = set(['heap.01234.0001.heap', 25 'heap.01234.0002.heap', 26 'heap.01234.0001.buckets', 27 'heap.01234.0002.buckets', 28 'heap.01234.symmap/maps', 29 'heap.01234.symmap/chrome.uvwxyz.readelf-e', 30 'heap.01234.symmap/chrome.abcdef.nm', 31 'heap.01234.symmap/files.json'] [all...] |
/external/skia/tests/ |
BitmapHeapTest.cpp | 53 // Flatten, storing it in the bitmap heap. 54 SkBitmapHeap heap(1, 1); 56 controller.setBitmapStorage(&heap); 59 // Dictionary and heap start off empty. 60 REPORTER_ASSERT(reporter, heap.count() == 0); 63 heap.deferAddingOwners(); 65 heap.endAddingOwnersDeferral(true); 67 // The dictionary and heap should now each have one entry. 69 REPORTER_ASSERT(reporter, heap.count() == 1); 73 SkBitmapHeapEntry* entry = heap.getEntry(0) [all...] |
/dalvik/vm/alloc/ |
DdmHeap.h | 17 * DDM-specific internal heap functions. 23 * Sends the current heap info to the DDM server. 30 * Walks through the heap and sends a series of 32 * the contents of the GC or native heap. 34 * @param shouldLock If true, grab the heap lock. If false, 35 * the heap lock must already be held. 36 * @param heap If false, dump the GC heap; if true, dump the 37 * native heap.
|
HeapSource.cpp | 26 #include "alloc/Heap.h" 40 /* How long to wait after a GC before performing a heap trim 62 struct Heap { 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 260 const Heap *const heap = &hs->heaps[i]; local 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 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...] |
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
threadheap.dot | 6 heap [shape=record, height=2, label="<f0>class 0|<f1>class 1|<f2>class 2|..."] 17 heap:f0 -> O0 -> O1 -> sep1 18 heap:f1 -> O2 -> O3 -> sep2 19 heap:f2 -> O4 -> O5 -> sep3
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_mm.c | 34 u_mmDumpMemInfo(const struct mem_block *heap) 36 debug_printf("Memory heap %p:\n", (void *) heap); 37 if (heap == 0) { 38 debug_printf(" heap == 0\n"); 44 for (p = heap->next; p != heap; p = p->next) { 58 for (p = heap->next_free; p != heap; p = p->next_free) { 72 struct mem_block *heap, *block local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mm.c | 34 mmDumpMemInfo(const struct mem_block *heap) 36 fprintf(stderr, "Memory heap %p:\n", (void *)heap); 37 if (heap == 0) { 38 fprintf(stderr, " heap == 0\n"); 42 for(p = heap->next; p != heap; p = p->next) { 50 for(p = heap->next_free; p != heap; p = p->next_free) { 63 struct mem_block *heap, *block local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.c | 34 u_mmDumpMemInfo(const struct mem_block *heap) 36 debug_printf("Memory heap %p:\n", (void *) heap); 37 if (heap == 0) { 38 debug_printf(" heap == 0\n"); 44 for (p = heap->next; p != heap; p = p->next) { 58 for (p = heap->next_free; p != heap; p = p->next_free) { 72 struct mem_block *heap, *block local [all...] |
/external/mesa3d/src/mesa/main/ |
mm.c | 34 mmDumpMemInfo(const struct mem_block *heap) 36 fprintf(stderr, "Memory heap %p:\n", (void *)heap); 37 if (heap == 0) { 38 fprintf(stderr, " heap == 0\n"); 42 for(p = heap->next; p != heap; p = p->next) { 50 for(p = heap->next_free; p != heap; p = p->next_free) { 63 struct mem_block *heap, *block local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_heap.c | 29 nouveau_heap_init(struct nouveau_heap **heap, 40 *heap = r; 45 nouveau_heap_destroy(struct nouveau_heap **heap) 47 if (!*heap) 49 free(*heap); 50 *heap = NULL; 54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, 59 if (!heap || !size || !res || *res) 62 while (heap) { 63 if (!heap->in_use && heap->size >= size) [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_heap.c | 29 nouveau_heap_init(struct nouveau_heap **heap, 40 *heap = r; 45 nouveau_heap_destroy(struct nouveau_heap **heap) 47 if (!*heap) 49 free(*heap); 50 *heap = NULL; 54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, 59 if (!heap || !size || !res || *res) 62 while (heap) { 63 if (!heap->in_use && heap->size >= size) [all...] |
/external/valgrind/main/memcheck/tests/ppc32/ |
power_ISA2_05.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
/external/valgrind/main/memcheck/tests/ppc64/ |
power_ISA2_05.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
heapProfiler.css | 32 .heap-snapshot-sidebar-tree-item .icon { 36 .heap-snapshot-sidebar-tree-item.wait .icon { 40 .heap-snapshot-sidebar-tree-item.wait.selected .icon { 44 body.inactive .heap-snapshot-sidebar-tree-item.wait .icon { 48 body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon { 52 .heap-snapshot-sidebar-tree-item.small .icon { 56 .heap-snapshot-view { 66 .heap-snapshot-view.visible { 70 .heap-snapshot-view .view { 74 .heap-snapshot-view .view.visible [all...] |
/external/chromium_org/v8/src/extensions/ |
statistics-extension.cc | 76 Heap* heap = isolate->heap(); local 80 heap->CollectAllGarbage(Heap::kNoGCFlags, "counters extension"); 122 AddNumber(args.GetIsolate(), result, heap->new_space()->Size(), 124 AddNumber(args.GetIsolate(), result, heap->new_space()->Available(), 126 AddNumber(args.GetIsolate(), result, heap->new_space()->CommittedMemory(), 128 AddNumber(args.GetIsolate(), result, heap->old_pointer_space()->Size(), 130 AddNumber(args.GetIsolate(), result, heap->old_pointer_space()->Available() [all...] |
/external/valgrind/main/massif/tests/ |
pages_as_heap.vgtest | 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --pages-as-heap=yes --massif-out-file=massif.out --detailed-freq=3 4 # would be nice to test that pages as heap works properly using
|