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

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/hprof/
Hprof.cpp 21 * heap, and some analysis tools require that the class and string data
68 * heap-allocate it so we can share the "free" function.
79 LOGI("hprof: dumping heap strings to \"%s\".", tailCtx->fileName);
148 LOGI("hprof: heap dump completed (%dKB)",
158 * Free any heap-allocated items in "ctx", and then free "ctx" itself.
215 * Visitor invoked on every heap object.
226 * Walk the roots and heap writing heap information to the specified
  /external/e2fsprogs/e2fsck/
mtrace.h 99 /* The allocator divides the heap into blocks of fixed size; large
109 /* Determine the amount of memory spanned by the initial heap table
111 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
120 /* Heap information for a busy block. */
137 /* Heap information for a free block
147 /* Pointer to first block of the heap. */
157 /* Current search index for the heap table. */
217 size_t bytes_total; /* Total size of the heap. */
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 18 HEAP SUMMARY:
20 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp 11 HEAP SUMMARY:
13 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp2 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 15 HEAP SUMMARY:
17 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/webkit/Source/WebCore/bindings/js/
JSCSSFontFaceRuleCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSCSSPageRuleCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSCSSStyleRuleCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSHTMLLinkElementCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), sheet);
JSHTMLStyleElementCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), sheet);
JSProcessingInstructionCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), sheet);
JSWebKitCSSKeyframeRuleCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSWebKitCSSKeyframesRuleCustom.cpp 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), rules);
JSXMLHttpRequestCustom.cpp 62 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), upload);
65 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), responseDocument);
68 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), responseArrayBuffer);
72 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), responseBlob);
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 57 * Enable DDM heap notifications.
72 * Enable DDM heap notifications.
80 bool native = (args[2] != 0); // false=virtual heap, true=native heap
138 * Fill a buffer with data on recent heap allocations.
  /dalvik/vm/alloc/
Heap.cpp 22 #include "alloc/Heap.h"
71 * Initialize the GC heap.
118 /* Destroy the heap. Any outstanding pointers will point to
127 * Shutdown any threads internal to the heap.
159 * heap as a side-effect if the live set is large.
187 LOGW("%zd byte allocation exceeds the %zd byte maximum heap size",
197 // Maybe we grow the heap in bigger leaps
214 * The GC is concurrently tracing the heap. Release the heap
235 * Try harder, growing the heap if necessary
    [all...]
  /external/skia/src/core/
SkPictureFlat.cpp 11 SkFlatData* SkFlatData::Alloc(SkChunkAlloc* heap, int32_t size, int index) {
12 SkFlatData* result = (SkFlatData*) heap->allocThrow(size + sizeof(SkFlatData));
18 SkFlatBitmap* SkFlatBitmap::Flatten(SkChunkAlloc* heap, const SkBitmap& bitmap,
25 SkFlatBitmap* result = (SkFlatBitmap*) INHERITED::Alloc(heap, size, index);
30 SkFlatMatrix* SkFlatMatrix::Flatten(SkChunkAlloc* heap, const SkMatrix& matrix, int index) {
32 SkFlatMatrix* result = (SkFlatMatrix*) INHERITED::Alloc(heap, size, index);
84 SkFlatPaint* SkFlatPaint::Flatten(SkChunkAlloc* heap, const SkPaint& paint,
93 SkFlatPaint* result = (SkFlatPaint*) INHERITED::Alloc(heap, size, index);
209 SkFlatRegion* SkFlatRegion::Flatten(SkChunkAlloc* heap, const SkRegion& region, int index) {
211 SkFlatRegion* result = (SkFlatRegion*) INHERITED::Alloc(heap, size, index)
    [all...]
  /external/webkit/Source/JavaScriptCore/
Android.mk 51 heap/ConservativeRoots.cpp \
52 heap/HandleHeap.cpp \
53 heap/HandleStack.cpp \
54 heap/Heap.cpp \
55 heap/MachineStackMarker.cpp \
56 heap/MarkStack.cpp \
57 heap/MarkStackPosix.cpp \
58 heap/MarkedBlock.cpp \
59 heap/MarkedSpace.cpp
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosti.h 30 * The enumeration defines the memory heap resources available for querying.
82 arg IN heapDesc: value in range 0..4 => Heap Identifier
84 EDynloadDaram = DYN_DARAM heap (internal)
85 EDynloadSaram = DYN_SARAM heap (internal)
86 EDynloadExternal = DYN_EXTERNAL heap (external)
87 EDynloadSram = DYN_SRAM heap (internal)
88 arg OUT memInitSize: initially configured size of heap
89 arg OUT memUsed: size of heap in use (not free)
91 arg OUT memFreeBlocks: number of free blocks in heap
92 arg OUT memAllocBlocks: number of allocated blocks in heap
    [all...]
  /external/v8/src/
mark-compact.h 36 // Callback function, returns whether an object is alive. The heap size
71 // heap.
111 typedef MaybeObject* (*AllocationFunction)(Heap* heap,
123 typedef void (*EncodingFunction)(Heap* heap,
151 // True if the last full GC performed heap compaction.
190 inline Heap* heap() const { return heap_; } function in class:v8::internal::MarkCompactCollector
232 // Finishes GC, performs heap verification if enabled
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 29 #include "Heap.h"
60 friend class Heap;
335 inline Heap* Heap::heap(JSValue v) function in class:JSC::Heap
339 return heap(v.asCell());
342 inline Heap* Heap::heap(JSCell* c) function in class:JSC::Heap
344 return MarkedSpace::heap(c)
    [all...]
JSGlobalData.h 33 #include "Heap.h"
132 // Will start tracking threads that use the heap, which is resource-heavy.
133 void makeUsableFromMultipleThreads() { heap.machineThreads().makeUsableFromMultipleThreads(); }
221 Heap heap; member in class:JSC::JSGlobalData
268 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); }
269 HandleSlot allocateLocalHandle() { return heap.allocateLocalHandle(); }
  /external/valgrind/main/massif/tests/
ignoring.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
44 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
67 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
  /external/chromium/base/allocator/
allocator.gyp 92 '<(tcmalloc_dir)/src/google/heap-checker.h',
93 '<(tcmalloc_dir)/src/google/heap-profiler.h',
101 '<(tcmalloc_dir)/src/heap-checker-bcad.cc',
102 '<(tcmalloc_dir)/src/heap-checker.cc',
103 '<(tcmalloc_dir)/src/heap-profile-table.cc',
104 '<(tcmalloc_dir)/src/heap-profile-table.h',
105 '<(tcmalloc_dir)/src/heap-profiler.cc',
211 '<(tcmalloc_dir)/src/google/heap-checker.h',
212 '<(tcmalloc_dir)/src/google/heap-profiler.h',
294 # heap-profiler/checker/cpuprofile
    [all...]

Completed in 1659 milliseconds

1 2 3 4 5 67 8 91011>>