/external/valgrind/main/perf/ |
heap.vgperf | 1 prog: heap
|
/external/webkit/Source/WebCore/ForwardingHeaders/heap/ |
Heap.h | 3 #include <JavaScriptCore/Heap.h>
|
/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...] |
/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 | 25 #include "alloc/Heap.h" 45 /* Number of seconds to wait after a GC before performing a heap trim 67 struct Heap { 72 /* The largest size that this heap is allowed to grow to. 92 * The lowest address of this heap, inclusive. 97 * The highest address of this heap, exclusive. 103 /* Target ideal heap utilization ratio; range 1..HEAP_UTILIZATION_MAX 107 /* The starting heap size. 111 /* The largest that the heap source as a whole is allowed to grow. 116 * The largest size we permit the heap to grow. This value allow 239 const Heap *const heap = &hs->heaps[i]; local 346 Heap heap; local 678 Heap *const heap = &hs->heaps[i]; local 797 Heap* heap = hs2heap(hs); local 862 Heap* heap = hs2heap(hs); local 919 Heap* heap = ptr2heap(gHs, *ptrs); local 1005 Heap *heap = ptr2heap(hs, obj); local 1027 Heap* heap = ptr2heap(gHs, ptr); local 1252 Heap* heap = hs2heap(hs); local 1312 Heap *heap = &hs->heaps[i]; local [all...] |
Heap.h | 17 * Internal heap functions 23 /* If true, only the application heap is threatened. */ 36 /* Automatic GC triggered by exceeding a heap occupancy threshold. */ 46 * Initialize the GC heap. 60 * Tear down the GC heap. 69 * the heap itself is shutdown. 76 * equal to the size of the named object in the heap. 78 * Specifically, it returns the size of the heap 91 * The caller must hold the heap lock as this call releases and 92 * re-acquires the heap lock. After returning, no garbage collectio [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/srec/tools/thirdparty/OpenFst/fst/lib/ |
heap.h | 0 // heap.h 17 // Implementation of a heap as in STL, but allows tracking positions 18 // in heap using a key. The key can be used to do an in place update of 19 // values in the heap. 30 // \class Heap 31 // \brief A templated heap implementation that support in place update 34 // The templated heap implementation is a little different from the 35 // STL priority_queue and the *_heap operations in STL. The heap 36 // supports indexing of values in the heap via an associated key. 39 // to the calling functions on heap insert. This key can be use [all...] |
/external/v8/src/ |
mark-compact.cc | 32 #include "heap-profiler.h" 89 heap()->MarkMapPointersAsEncoded(true); 91 heap()->MarkMapPointersAsEncoded(false); 92 heap()->isolate()->pc_to_code_cache()->Flush(); 97 heap()->isolate()->pc_to_code_cache()->Flush(); 126 if (!heap()->map_space()->MapPointersEncodable()) 164 heap()->isolate()->stub_cache()->Clear(); 166 heap()->external_string_table_.CleanUp(); 200 // Marking all live objects in the heap as part of mark-sweep or mark-compact 219 // the heap looking for objects marked as overflowed, push them on the stack 362 Heap* heap = map_word.ToMap()->heap(); local 674 Heap* heap = map->heap(); local 715 Heap* heap = map->heap(); local 743 Heap* heap = map->heap(); local 799 Heap* heap = map->heap(); local 2365 inline Heap* heap() const { return heap_; } function in class:v8::internal::MapCompact 2639 inline Heap* heap() const { return heap_; } function in class:v8::UpdatingVisitor [all...] |
/external/webkit/Source/JavaScriptCore/ |
CMakeListsEfl.txt | 4 heap/MarkStackPosix.cpp
|
/external/valgrind/main/memcheck/tests/ |
brk2.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
filter_allocs | 5 -e "s/total heap usage: [0-9,]* allocs, [0-9,]* frees, [0-9,]* bytes allocated/total heap usage: ... allocs, ... frees, ... bytes allocated/"
|
leak-pool-0.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-1.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-2.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-3.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-4.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-5.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
linux-syscalls-2007.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
linux-syslog-syscall.stderr.exp | 4 HEAP SUMMARY: 6 total heap usage: ... allocs, ... frees, ... bytes allocated
|
mallinfo.stderr.exp | 4 HEAP SUMMARY: 6 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/external/valgrind/main/memcheck/tests/linux/ |
brk.stderr.exp | 3 HEAP SUMMARY: 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
capget.stderr.exp | 7 HEAP SUMMARY: 9 total heap usage: ... allocs, ... frees, ... bytes allocated
|
sigqueue.stderr.exp | 4 HEAP SUMMARY: 6 total heap usage: 1 allocs, 1 frees, 128 bytes allocated
|