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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/massif/tests/
basic2.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
39 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
42 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
45 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
56 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
deep-B.stderr.exp 41 Massif: heap allocs: 10
42 Massif: heap reallocs: 0
43 Massif: heap frees: 0
44 Massif: ignored heap allocs: ...
45 Massif: ignored heap frees: ...
46 Massif: ignored heap reallocs: ...
deep-C.stderr.exp 44 Massif: heap allocs: 10
45 Massif: heap reallocs: 0
46 Massif: heap frees: 0
47 Massif: ignored heap allocs: ...
48 Massif: ignored heap frees: ...
49 Massif: ignored heap reallocs: ...
peak2.post.exp 3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=10.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...]
alloc-fns-A.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
custom_alloc.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=16 --massif-out-file=massif.out
ignored.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
insig.vgtest 3 vgopts: --stacks=no --time-unit=B --heap-admin=128 --massif-out-file=massif.out --threshold=0.99
long-names.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --detailed-freq=3
long-time.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
no-stack-no-heap.vgtest 2 vgopts: --stacks=no --heap=no --time-unit=B --massif-out-file=massif.out
  /external/v8/test/cctest/
test-assembler-ia32.cc 72 Object* code = HEAP->CreateCode(
75 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked();
110 Object* code = HEAP->CreateCode(
113 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked();
152 Object* code = HEAP->CreateCode(
155 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked();
186 Code* code = Code::cast(HEAP->CreateCode(
189 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked());
220 Code* code = Code::cast(HEAP->CreateCode(
223 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked())
    [all...]
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 9 "${JAVASCRIPTCORE_DIR}/heap"
44 heap/Heap.cpp
45 heap/HandleHeap.cpp
46 heap/HandleStack.cpp
47 heap/MachineStackMarker.cpp
48 heap/MarkedBlock.cpp
49 heap/MarkedSpace.cpp
50 heap/ConservativeRoots.cpp
51 heap/MarkStack.cp
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosti.h 34 * The enumeration defines the memory heap resources available for querying.
86 arg IN heapDesc: value in range 0..4 => Heap Identifier
88 EDynloadDaram = DYN_DARAM heap (internal)
89 EDynloadSaram = DYN_SARAM heap (internal)
90 EDynloadExternal = DYN_EXTERNAL heap (external)
91 EDynloadSram = DYN_SRAM heap (internal)
92 arg OUT memInitSize: initially configured size of heap
93 arg OUT memUsed: size of heap in use (not free)
95 arg OUT memFreeBlocks: number of free blocks in heap
96 arg OUT memAllocBlocks: number of allocated blocks in heap
    [all...]
  /external/v8/src/
heap.h 43 // TODO(isolates): remove HEAP here
44 #define HEAP (_inline_get_heap_())
45 class Heap;
46 inline Heap* _inline_get_heap_();
49 // Defines all the roots in Heap.
240 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
243 typedef bool (*DirtyRegionCallback)(Heap* heap,
249 // The all static Heap captures the interface to the global object heap
    [all...]
liveobjectlist.h 34 #include "heap.h"
58 // objects in the JS heap, as well as is the data structure which represents
156 // Mask out the low bit that marks this as a heap object. We'll use this
236 // Based on Heap::ScavengeObject() but only does forwarding of pointers
240 if (!Heap::InNewSpace(object)) return;
243 ASSERT(Heap::InFromSpace(heap_obj));
245 // We use the first word (where the map pointer usually is) of a heap
276 inline static MaybeObject* Capture() { return HEAP->undefined_value(); }
283 return HEAP->undefined_value();
286 return HEAP->undefined_value()
    [all...]
objects-visiting.h 198 INLINE(static void IteratePointers(Heap* heap,
206 StaticVisitor::VisitPointers(heap, start_slot, end_slot);
217 map->heap(),
228 map->heap(),
242 map->heap(),
321 static inline void VisitPointers(Heap* heap, Object** start, Object** end) {
322 for (Object** p = start; p < end; p++) StaticVisitor::VisitPointer(heap, p);
381 // the heap compaction in the next statement
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSBase.cpp 88 // We used to recommend passing NULL as an argument here, which caused the only heap to be collected.
89 // As there is no longer a shared heap, the previously recommended usage became a no-op (but the GC
92 // in which case there is a risk of crashing if another thread performs GC on the same heap in between.
100 if (!globalData.heap.isBusy())
101 globalData.heap.collectAllGarbage();
112 exec->globalData().heap.reportExtraMemoryCost(size);
  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.h 39 class Heap;
52 static Heap* heap(JSCell*);
120 inline Heap* MarkedSpace::heap(JSCell* cell) function in class:JSC::MarkedSpace
122 return MarkedBlock::blockFor(cell)->heap();
  /frameworks/base/libs/gui/tests/
Surface_test.cpp 82 sp<IMemoryHeap> heap; local
86 ASSERT_EQ(NO_ERROR, sf->captureScreen(0, &heap, &w, &h, &fmt, 64, 64, 0,
88 ASSERT_TRUE(heap != NULL);
115 heap = 0;
117 ASSERT_EQ(NO_ERROR, sf->captureScreen(0, &heap, &w, &h, &fmt,
119 ASSERT_TRUE(heap != NULL);
  /dalvik/vm/alloc/
CardTable.h 19 * non-NULL values to heap addresses should go through an entry in
49 * an address on the heap.
54 * Returns the first address in the heap which maps to this card.
  /libcore/include/
LocalArray.h 26 * construction time, a buffer will be allocated on the heap (and deallocated
37 * internal on-stack buffer will be used. Otherwise a heap buffer will
49 * Frees the heap-allocated buffer, if there was one.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapProviderByAllocations.java 17 package com.android.ddmuilib.heap;
28 * Content Provider for the native heap tree viewer in {@link NativeHeapPanel}.
30 * in the heap dump as content to the UI.
  /external/chromium/base/allocator/
README 8 the windows low-fragmentation-heap
10 jemalloc (the heap used most notably within Mozilla Firefox)
58 "winheap" - Windows default heap
59 "winlfh" - Windows Low-Fragmentation heap
  /external/v8/test/mjsunit/regress/
regress-1178598.js 31 // with heap-allocated locals for catch variables.
34 // Force the 'e' variable to be heap-allocated
63 // Make sure that heap-allocated locals for catch variables aren't
71 // Force the 'e' variable to be heap-allocated

Completed in 1371 milliseconds

1 2 3 45 6 7 8 91011>>