HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 126 - 150 of 1834) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/massif/tests/
one.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
peak.vgtest 2 vgopts: --stacks=no --time-unit=B --peak-inaccuracy=0 --heap-admin=128 --massif-out-file=massif.out
peak2.vgtest 2 vgopts: --stacks=no --time-unit=B -v -v --stats=yes --peak-inaccuracy=10.0 --heap-admin=128 --massif-out-file=massif.out
realloc.vgtest 2 vgopts: -v -v --stats=yes --stacks=no --heap-admin=0 --time-unit=B --threshold=0 --massif-out-file=massif.out
thresholds_0_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=0 --massif-out-file=massif.out
thresholds_0_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=0 --massif-out-file=massif.out
thresholds_10_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --massif-out-file=massif.out
thresholds_10_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --massif-out-file=massif.out
thresholds_5_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --massif-out-file=massif.out
thresholds_5_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --massif-out-file=massif.out
zero1.vgtest 2 vgopts: --stacks=no --heap-admin=0 --time-unit=B --massif-out-file=massif.out
zero2.vgtest 2 vgopts: --stacks=no --heap-admin=0 --time-unit=B --massif-out-file=massif.out
peak.post.exp 3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/valgrind/main/memcheck/tests/
badfree.c 23 * warning: attempt to free a non-heap object
origin4-many.stderr.exp 3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
  /external/webkit/Source/JavaScriptCore/
CMakeListsWinCE.txt 4 heap/MarkStackWin.cpp
  /external/webkit/Source/WebCore/bindings/js/
GCController.cpp 32 #include <heap/Heap.h>
42 JSDOMWindow::commonJSGlobalData()->heap.collectAllGarbage();
71 if (!JSDOMWindow::commonJSGlobalData()->heap.isBusy())
  /frameworks/base/include/binder/
MemoryHeapPmem.h 39 MemoryPmem(const sp<MemoryHeapPmem>& heap);
55 /* make the whole heap visible (you know who you are) */
58 /* hide (revoke) the whole heap (the client will see the garbage page) */
61 /* revoke all allocations made by this heap */
  /external/openssl/crypto/ec/
ecp_smpl.c 1545 BIGNUM **heap = NULL; local
    [all...]
  /external/v8/include/
v8-profiler.h 208 * HeapSnapshotEdge represents a directed connection between heap
244 * HeapGraphNode represents a node in a heap graph.
256 kHeapNumber = 7, // Number stored in the heap.
257 kNative = 8 // Native object (not from V8 heap).
271 * Returns node id. For the same heap object, the id remains the same
272 * across all snapshots. Not applicable to aggregated heap snapshots
279 * heap snapshots.
294 * assumed that initially heap profiling tools provide approximate
321 * HeapSnapshots record the state of the JS heap at some moment.
326 kFull = 0, // Heap snapshot with all instances and references
    [all...]
  /external/webkit/Source/WebCore/platform/
Timer.cpp 44 // Timers are stored in a heap data structure, used to implement a priority queue.
56 // Class to represent elements in the heap when calling the standard library heap algorithms.
58 // modification of the heap.
105 // The comparisons below are "backwards" because the heap puts the largest
106 // element first and we want the lowest time to be the first one in the heap.
120 // Class to represent iterators in the heap when calling the standard library heap algorithms.
121 // Returns TimerHeapElement for elements in the heap rather than the TimerBase pointers themselves.
218 // Timers should be in the heap if and only if they have a non-zero next fire time
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 28 * Handle heap status updates.
94 Log.d("ddm-heap", "handling " + ChunkHandler.name(type));
118 * Handle a heap info message.
121 Log.d("ddm-heap", "HPIF!");
141 Log.w("ddm-heap", "malformed HPIF chunk from client");
146 * Send an HPIF (HeaP InFo) request to the client.
156 Log.d("ddm-heap", "Sending " + name(CHUNK_HPIF) + ": when=" + when);
161 * Handle a heap segment series start message.
167 //xxx todo: only clear data that belongs to the heap mentioned in <data>.
172 * Handle a heap segment series end message
    [all...]
  /bionic/libc/private/isc/
heap.h 1 /* $NetBSD: heap.h,v 1.1.1.1 2004/05/20 19:49:41 christos Exp $ */
28 void **heap; member in struct:heap_context
  /dalvik/tools/
get-hprof 24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
33 OUT_FILE=heap-dump.hprof
  /dalvik/vm/alloc/
WriteBarrier.h 21 * Note writes to the heap. These functions must be called if a field
22 * of an Object in the heap changes, and before any GC safe-point. The

Completed in 512 milliseconds

1 2 3 4 56 7 8 91011>>