Searched
full:heap (Results
551 -
575 of
1817) sorted by null
<<21222324252627282930>>
/external/v8/tools/visual_studio/ |
v8_cctest_x64.vcproj | 195 RelativePath="..\..\test\cctest\test-heap.cc" 199 RelativePath="..\..\test\cctest\test-heap-profiler.cc"
|
/external/valgrind/main/exp-ptrcheck/tests/ |
hsg.stderr.exp | 99 <kind>Heap</kind> 152 <kind>Heap</kind>
|
/external/valgrind/main/memcheck/tests/ |
leak-cases.c | 20 // - AAA, BBB: heap blocks 104 // pointers to supposedly-lost heap blocks were being left on the stack,
|
sigkill.stderr.exp | 192 HEAP SUMMARY: 194 total heap usage: ... allocs, ... frees, ... bytes allocated
|
sigkill.stderr.exp-darwin | 188 HEAP SUMMARY: 190 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/external/webkit/Source/JavaScriptCore/heap/ |
HandleHeap.cpp | 78 if (Heap::isMarked(cell)) 100 if (Heap::isMarked(cell))
|
MarkStack.h | 243 // this class to mark direct heap roots that are marked during every GC pass. 248 friend class Heap;
|
/external/webkit/Source/WebCore/bindings/js/ |
JSCSSStyleDeclarationCustom.cpp | 50 JSGlobalData& globalData = *Heap::heap(this)->globalData();
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8NPUtils.cpp | 116 // Use local stack buffer to avoid heap allocations for small strings. Here we should only use the stack space for 117 // stackBuffer when it's used, not when we use the heap.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 81 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk"); 153 Log.v("ddm-heap", "Got feature list request");
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 123 if (len > 50 && !strncmp(line + 49, "/tmp/sqlite-heap", strlen("/tmp/sqlite-heap"))) {
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.h | 102 // This class represents a heap which maintains several contiguous 103 // buffers. The heap may be backed by pmem (when pmem_pool contains
|
/hardware/ti/omap3/dspbridge/inc/ |
rms_sh.h | 117 RMS_WORD heapAddr; /* base address of the node memory heap in 119 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rms_sh.h | 116 RMS_WORD heapAddr; /* base address of the node memory heap in 118 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
|
/libcore/luni/src/main/native/ |
java_text_Bidi.cpp | 77 // Copy the new embedding levels from the Java heap to the native heap.
|
java_util_regex_Matcher.cpp | 37 * We use ICU4C's RegexMatcher class, but our input is on the Java heap and potentially moving 40 * native heap, but that's wasteful and hides allocations from the garbage collector.
|
java_util_zip_Inflater.cpp | 65 // As an Android-specific optimization, we read directly onto the native heap. 66 // The original code used Java to read onto the Java heap and then called setInput(byte[]).
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_alloc.h | 67 * allocator that will grab memory from the heap in large chunks and then will 69 * This will be much faster than going to the heap all the time, and since we
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cfghooks.h | 120 edge, VEC (edge, heap) **, 174 VEC (edge, heap) **to_remove,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cfghooks.h | 120 edge, VEC (edge, heap) **, 174 VEC (edge, heap) **to_remove,
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
cfghooks.h | 120 edge, VEC (edge, heap) **, 174 VEC (edge, heap) **to_remove,
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 53 /** Client change bit mask: heap update flag change */ 57 /** Client change bit mask: native heap data updated */ 344 * Enables or disables the heap update. 345 * <p/>If <code>true</code>, any GC will cause the client to send its heap information. 346 * <p/>The heap information can be accessed by {@link ClientData#getVmHeapData()}. 370 * Returns whether the heap update is enabled. 378 * Sends a native heap update request. this is asynchronous. 379 * <p/>The native heap info can be accessed by {@link ClientData#getNativeAllocationList()}.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapDataImporter.java | 17 package com.android.ddmuilib.heap; 49 monitor.beginTask("Importing Heap Data", IProgressMonitor.UNKNOWN);
|
/dalvik/hit/src/com/android/hit/ |
HprofParser.java | 60 * Specifies information about which heap certain objects came from. 63 * associated with the specified heap. The HEAP_DUMP_INFO data is reset 69 * u4: heap ID 70 * ID: heap name string ID 90 * heap data.
|
/external/icu4c/common/ |
cmemory.h | 87 * Heap clean up function, called from u_cleanup() 88 * Clears any user heap functions from u_setMemoryFunctions() 298 // No heap allocation. Use only on the stack. 305 // While relatively pointless, heap allocated instances will function. 473 // No heap allocation. Use only on the stack.
|
Completed in 2304 milliseconds
<<21222324252627282930>>