/external/valgrind/main/massif/tests/ |
filter_verbose | 14 # These ignored heap counts could vary from machine to machine. 15 sed "s/\(Massif: ignored heap allocs:\).*/\1 .../" | 16 sed "s/\(Massif: ignored heap frees:\).*/\1 .../" | 17 sed "s/\(Massif: ignored heap reallocs:\).*/\1 .../" |
|
realloc.stderr.exp | 31 Massif: heap allocs: 1 32 Massif: heap reallocs: 3 33 Massif: heap frees: 1 34 Massif: ignored heap allocs: ... 35 Massif: ignored heap frees: ... 36 Massif: ignored heap reallocs: ...
|
/external/valgrind/main/none/tests/ |
filter_cmdline1 | 3 sed -e 's/\(set minimum alignment of heap allocations\) \[[0-9]*\]/\1 [...]/' \
|
/hardware/ti/omap4xxx/domx/Ducati_binary/ |
ReadMe | 1 Corresponding gollum version in this binary : 05be6962a64d7dc351a49510ad8b0cab937d0c10 (increase the const and heap areas for core1)
|
/external/webkit/Source/JavaScriptCore/heap/ |
ConservativeRoots.h | 29 #include "Heap.h" 36 class Heap; 42 ConservativeRoots(Heap*); 57 Heap* m_heap; 64 inline ConservativeRoots::ConservativeRoots(Heap* heap) 65 : m_heap(heap)
|
/external/valgrind/main/exp-ptrcheck/ |
pc_common.c | 138 } Heap; 180 xe.XE.Heap.addr = a; 181 xe.XE.Heap.sszB = is_write ? -size : size; 182 xe.XE.Heap.vseg = vseg; 345 Addr a = xe->XE.Heap.addr; 346 Seg* vseg = xe->XE.Heap.vseg; 355 emit( " <kind>Heap</kind>\n"); 357 readwrite(xe->XE.Heap.sszB), 358 Word__abs(xe->XE.Heap.sszB) ); 367 readwrite(xe->XE.Heap.sszB) [all...] |
/external/grub/stage2/ |
cmdline.c | 117 /* Enter the command-line interface. HEAP is used for the command-line 121 enter_cmdline (char *heap, int forever) 138 *heap = 0; 143 if (get_cmdline (PACKAGE "> ", heap, 2048, 0, 1)) 147 if (! heap[0]) 151 builtin = find_command (heap); 171 arg = skip_to (1, heap); 179 /* Run an entry from the script SCRIPT. HEAP is used for the 183 run_script (char *script, char *heap) 213 /* Copy the first string in CUR_ENTRY to HEAP. * [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
VMRuntime.java | 71 * Gets the current ideal heap utilization, represented as a number 72 * between zero and one. After a GC happens, the Dalvik heap may 73 * be resized so that (size of live objects) / (size of heap) is 76 * @return the current ideal heap utilization 81 * Sets the current ideal heap utilization, represented as a number 82 * between zero and one. After a GC happens, the Dalvik heap may 83 * be resized so that (size of live objects) / (size of heap) is 88 * @param newTarget the new suggested ideal heap utilization. 90 * @return the previous ideal heap utilization 120 * heap sizing API which was removed in Honeycomb [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ClientData.java | 40 * states or heap data. ClientData maps 1:1 to Client, but it's a little 100 * Name of the value representing the max size of the heap, in the {@link Map} returned by 105 * Name of the value representing the size of the heap, in the {@link Map} returned by 110 * Name of the value representing the number of allocated bytes of the heap, in the 115 * Name of the value representing the number of objects in the heap, in the {@link Map} 136 public final static String FEATURE_HPROF = "hprof-heap-dump"; //$NON-NLS-1$ 142 public final static String FEATURE_HPROF_STREAMING = "hprof-heap-dump-streaming"; //$NON-NLS-1$ 168 /** VM Heap data */ 170 /** Native Heap data */ 197 * Heap Information [all...] |
/dalvik/vm/alloc/ |
DdmHeap.cpp | 17 * DDM-related heap functions 23 #include "alloc/Heap.h" 40 * Heap Info. General information about the heap, 45 * For each heap: 46 * [u4]: heap ID 49 * [u4]: max heap size in bytes (-Xmx) 50 * [u4]: current heap size in bytes 72 LOGW("%s(): can't lock heap to clear when", __func__); 97 /* For each heap (of which there is one) * [all...] |
Alloc.h | 102 * Determine the exact number of GC heap bytes used by an object. (Internal 103 * to heap code except for debugging.) 108 * Gets the current ideal heap utilization, represented as a number 114 * Sets the new ideal heap utilization, represented as a number 138 * Removes any growth limits from the heap. 143 * Returns true if the address is aligned appropriately for a heap object. 144 * Does not require the caller to hold the heap lock, and does not take the 145 * heap lock internally.
|
/external/bzip2/ |
huffman.c | 36 zz = z; tmp = heap[zz]; \ 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 38 heap[zz] = heap[zz >> 1]; \ 41 heap[zz] = tmp; \ 47 zz = z; tmp = heap[zz]; \ 52 weight[heap[yy+1]] < weight[heap[yy]]) \ 54 if (weight[tmp] < weight[heap[yy]]) break; \ 55 heap[zz] = heap[yy]; 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local [all...] |
/external/chromium/chrome/browser/debugger/manual_tests/ |
heap-profiler-test-snapshots-comparison.html | 3 <title>Heap Profiler: heap snapshots comparison test</title> 45 This is the test for heap snapshot comparison functionality. 53 <li>press 'Take heap snapshot' button 57 <li>press 'Take heap snapshot' button again; 60 On the left pane under 'Heap snapshots' section, items called
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ArgList.cpp | 57 // heap, where they do need explicit marking. 61 if (Heap* heap = Heap::heap(v)) { 62 ListSet& markSet = heap->markListSet();
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 35 * Enable heap info updates. 37 * This is built into the VM, since that's where the heap is managed. 46 * Enable heap segment updates for the java (isNative == false) or 47 * native (isNative == true) heap. 49 * This is built into the VM, since that's where the heap is managed. 80 * Fill a buffer with data on recent heap allocations.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
heapProfiler.css | 32 .heap-snapshot-sidebar-tree-item .icon { 36 .heap-snapshot-sidebar-tree-item.small .icon { 40 .heap-snapshot-view { 50 .heap-snapshot-view.visible { 54 .heap-snapshot-view .data-grid { 64 .heap-snapshot-view .data-grid th.count-column { 68 .heap-snapshot-view .data-grid td.count-column { 72 .heap-snapshot-view .data-grid th.size-column { 76 .heap-snapshot-view .data-grid td.size-column { 80 .heap-snapshot-view .data-grid th.countDelta-column [all...] |
/external/v8/src/ |
heap-inl.h | 31 #include "heap.h" 43 ASSERT(reinterpret_cast<Address>(rear_) >= HEAP->new_space()->top()); 47 int Heap::MaxObjectSizeInPagedSpace() { 52 MaybeObject* Heap::AllocateStringFromUtf8(Vector<const char> str, 65 MaybeObject* Heap::AllocateSymbol(Vector<const char> str, 74 MaybeObject* Heap::AllocateAsciiSymbol(Vector<const char> str, 107 MaybeObject* Heap::AllocateTwoByteSymbol(Vector<const uc16> str, 139 MaybeObject* Heap::CopyFixedArray(FixedArray* src) { 144 MaybeObject* Heap::AllocateRaw(int size_in_bytes, 155 Heap::allocation_timeout_-- <= 0) [all...] |
/frameworks/base/libs/binder/ |
IMemory.cpp | 56 sp<IMemoryHeap> heap; member in struct:android::HeapCache::heap_info_t 148 sp<IMemoryHeap> heap = getMemory(&offset); local 149 void* const base = heap!=0 ? heap->base() : MAP_FAILED; 184 sp<IBinder> heap = reply.readStrongBinder(); local 187 if (heap != 0) { 188 mHeap = interface_cast<IMemoryHeap>(heap); 247 LOGD("UNMAPPING binder=%p, heap=%p, size=%d, fd=%d", 268 sp<BpMemoryHeap> heap(static_cast<BpMemoryHeap*>(find_heap(binder).get())); 269 heap->assertReallyMapped() [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 3 * This handler encapsulates heap memory ops for selfVerification mode. 5 * The call to the handler is inserted prior to a heap memory operation.
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 3 * This handler encapsulates heap memory ops for selfVerification mode. 5 * The call to the handler is inserted prior to a heap memory operation.
|
/development/pdk/docs/porting/ |
group__memory.jd | 1 page.title=Providing Heap Memory 23 This is the text in the "Providing Heap Memory" subgroup </div>
|
/external/chromium/base/debug/ |
leak_annotations.h | 13 #include "third_party/tcmalloc/chromium/src/google/heap-checker.h" 15 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
|
/external/skia/src/core/ |
SkPathHeap.h | 18 /** Copy the path into the heap, and return the new total number of paths. 33 // we store the paths in the heap (placement new)
|
/external/valgrind/main/memcheck/tests/ |
describe-block.stderr.exp | 8 HEAP SUMMARY: 10 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
plugin.properties | 8 view.name.Heap = Heap
|