HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 251 - 275 of 1817) sorted by null

<<11121314151617181920>>

  /dalvik/hit/src/com/android/hit/
Heap.java 22 public class Heap {
44 // The super-state that this heap is part of
47 public Heap(String name) {
  /dalvik/tests/061-out-of-memory/src/
Main.java 46 /* Just shy of the typical max heap size so that it will actually
83 /* Allocate progressively smaller objects to fill up the entire heap.
113 "OutOfMemoryError not thrown while filling heap");
  /dalvik/vm/alloc/
Verify.cpp 48 LOGD("Found %p in the heap @ %p", arg, obj);
68 * Searches the roots and heap for object references.
127 * Verifies the object references in a heap bitmap. Assumes the VM is
HeapInternal.h 17 * Types and macros used internally by the heap.
74 #define HEAP_LOG_TAG LOG_TAG "-heap"
  /dalvik/vm/native/
java_lang_Runtime.cpp 98 * Returns GC heap max memory in bytes.
108 * Returns GC heap total memory in bytes.
119 * Returns GC heap free memory in bytes.
  /external/libvpx/vpx_mem/memory_manager/include/
heapmm.h 16 /* External header file for Heap Memory Manager. See documentation in
83 /* Heap descriptor. */
97 ** (where heap_desc is a pointer to a heap descriptor). This trick
  /external/valgrind/main/
README 25 branch-prediction profiler, and a heap profiler. It also includes
26 three experimental tools: a heap/stack/global array overrun detector,
27 a different kind of heap profiler, and a SimPoint basic block vector
  /external/valgrind/main/massif/tests/
Makefile.am 26 no-stack-no-heap.post.exp no-stack-no-heap.stderr.exp no-stack-no-heap.vgtest \
no-stack-no-heap.post.exp 3 Massif arguments: --stacks=no --heap=no --time-unit=B --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)
one.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --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)
one.post.exp2 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --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)
  /external/valgrind/main/memcheck/tests/
origin1-yes.stderr.exp 26 Uninitialised value was created by a heap allocation
34 Uninitialised value was created by a heap allocation
42 Uninitialised value was created by a heap allocation
origin2-not-quite.stderr.exp 6 Uninitialised value was created by a heap allocation
16 Uninitialised value was created by a heap allocation
partial_load_dflt.stderr.exp 27 HEAP SUMMARY:
29 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/tsan/
ts_heap_info.h 35 // Information about heap memory.
36 // For each heap allocation we create a struct HeapInfo.
77 // Exact match. 'a' is the beginning of a heap-allocated address.
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.cpp 30 #include "Heap.h"
59 ASSERT(Heap::isMarked(cell));
105 if (!value || !value.isCell() || Heap::testAndSetMarked(cell = value.asCell())) {
  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 56 JSGlobalData& globalData = *Heap::heap(this)->globalData();
122 exec->heap()->reportExtraMemoryCost(nodeCount * sizeof(Node));
  /external/v8/src/
serialize.cc 354 "Heap::roots_address()");
385 "Heap::NewSpaceStart()");
389 "Heap::NewSpaceMask()");
393 "Heap::always_allocate_scope_depth()");
397 "Heap::NewSpaceAllocationLimitAddress()");
401 "Heap::NewSpaceAllocationTopAddress()");
674 // Don't GC while deserializing - just expand the heap.
688 isolate_->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG);
689 isolate_->heap()->IterateWeakRoots(this, VISIT_ALL);
691 isolate_->heap()->set_global_contexts_list
    [all...]
spaces.h 40 // Heap structures:
42 // A JS heap consists of a young generation, an old generation, and a large
54 // have the allocation top address of this page. Heap objects are aligned to the
70 // pointers without decoding heap object maps so if the page belongs to old
73 // aligned word which satisfies the Heap::InNewSpace() predicate must be a
74 // pointer to a live heap object in new space. Thus objects in old pointer
291 static inline void FlipMeaningOfInvalidatedWatermarkFlag(Heap* heap);
354 Heap* heap_;
362 Space(Heap* heap, AllocationSpace id, Executability executable
367 Heap* heap() const { return heap_; } function in class:v8::internal::Space
    [all...]
factory.h 33 #include "heap.h"
73 // a Heap::PretenureFlag argument to optionally request that they be
209 // structures in the heap.
347 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
355 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
361 return Handle<String>(&isolate()->heap()->hidden_symbol_);
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 181 sp<MemoryHeapBase> heap = new MemoryHeapBase(size, 0, "MetadataRetrieverClient"); local
182 if (heap == NULL) {
187 mThumbnail = new MemoryBase(heap, 0, size);
222 sp<MemoryHeapBase> heap = new MemoryHeapBase(size, 0, "MetadataRetrieverClient"); local
223 if (heap == NULL) {
228 mAlbumArt = new MemoryBase(heap, 0, size);
  /dalvik/vm/
Ddm.h 60 * Let the heap know that the HPIF when value has changed.
67 * Let the heap know that the HPSG or NHSG what/when values have changed.
  /external/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 18 # define CONFIG_MEM_MANAGER 1 /*include heap manager functionality,*/
21 # define CONFIG_MEM_MANAGER 0 /*include heap manager functionality*/
  /external/v8/test/mjsunit/
binary-op-newspace.js 31 // Check that a mod where the stub code hits a failure in heap number
47 // Check that an add where the stub code hits a failure in heap number
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 49 HEAP SUMMARY:
51 total heap usage: 0 allocs, 0 frees, 0 bytes allocated

Completed in 702 milliseconds

<<11121314151617181920>>