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

<<11121314151617181920>>

  /external/skia/tests/
SortTest.cpp 43 check_sort(reporter, "Heap", array, count);
  /external/srec/portable/src/
pmemfixed.c 75 4. Can limit the total heap size.
78 'heap' limit has been reached.
119 /* If not defined on the command line, use a default value of 10 megabytes for the heap. */
236 * Description: API function used to set the initial heap size. Note this can be
264 * Description: API function to return the initial heap size.
297 /* Calculate the required heap size */
305 /* Insuffucient heap memory; abort initialisation */
318 /* Use the system malloc for heap allocation. */
324 /* Unable to get memory for heap; abort initialisation */
358 * (int), Heap Memory Start Address (char**
    [all...]
  /external/v8/src/
execution.cc 56 isolate_->heap()->SetStackLimits();
64 isolate_->heap()->SetStackLimits();
186 isolate->heap()->termination_exception()) {
344 isolate_->heap()->SetStackLimits();
399 isolate_->heap()->SetStackLimits();
409 isolate_->heap()->SetStackLimits();
454 isolate_->heap()->SetStackLimits();
459 if (thread_local_.Initialize()) isolate_->heap()->SetStackLimits();
494 return Handle<Object>(HEAP->ToBoolean(result));
695 return isolate->heap()->undefined_value()
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
strcpy.c 7 // dest: stack, src: heap
  /external/valgrind/main/massif/perf/
many-xpts.c 7 // This test allocates a lot of heap memory, and every allocation features a
  /external/valgrind/main/massif/tests/
thresholds_0_10.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=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)
48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_0.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --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)
48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_10.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --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)
48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_0.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --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)
48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_10.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --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)
48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
origin3-no.stderr.exp 6 Uninitialised value was created by a heap allocation
24 Uninitialised value was created by a heap allocation
34 Uninitialised value was created by a heap allocation
44 Uninitialised value was created by a heap allocation
xml1.c 55 * warning: attempt to free a non-heap object
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreCommon.vsprops 9 AdditionalIncludeDirectories="&quot;$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\&quot;;../../;../../API/;../../parser/;../../bytecompiler/;../../jit/;../../runtime/;../../bytecode/;../../interpreter/;../../wtf/;../../profiler;../../assembler/;../../debugger/;../../heap/;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;;&quot;$(ConfigurationBuildDir)\include&quot;;&quot;$(ConfigurationBuildDir)\include\JavaScriptCore&quot;;&quot;$(ConfigurationBuildDir)\include\private&quot;;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;"
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscCommon.vsprops 9 AdditionalIncludeDirectories="&quot;$(ConfigurationBuildDir)\include&quot;;&quot;$(ConfigurationBuildDir)\include\private&quot;;&quot;$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\&quot;;../../;&quot;../../os-win32/&quot;;../../assembler/;../../API/;../../parser/;../../heap/;../../runtime/;../../VM/;../../bytecode/;../../interpreter/;../../wtf/;../../debugger/;../../bytecompiler/;../../profiler;../../jit/;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
  /external/webkit/Source/JavaScriptCore/runtime/
MemoryStatistics.h 29 #include "Heap.h"
  /external/webkit/Source/WebKit/
CMakeLists.txt 39 "${JAVASCRIPTCORE_DIR}/heap"
  /external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm 119 size_t jscHeapBytesInUse = JSDOMWindow::commonJSGlobalData()->heap.size();
120 size_t jscHeapBytesCommitted = JSDOMWindow::commonJSGlobalData()->heap.capacity();
155 webKitMemoryStats.keys.append(String("JavaScript Heap Bytes"));
167 webKitMemoryStats.keys.append(String("JavaScript Heap Bytes"));
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 103 bool fOnJavaHeap; // If true, the memory was allocated on the Java heap
111 /** A helper class for accessing Java-heap-allocated bitmaps.
131 /** Allocator which allocates the backing buffer in the Java heap.
134 * reference in the heap (or a JNI global reference).
  /frameworks/base/include/utils/
ZipFileCRO.h 18 // C API for ead-only access to Zip archives, with minimal heap allocation.
  /libcore/include/
ScopedJavaUnicodeString.h 24 // jstring. We give ICU a direct pointer to the characters on the Java heap.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 38 * Contains an implementation class for a pairing heap.
42 * Pairing heap:
44 * and Robert Endre Tarjan, The Pairing Heap:
45 * A New Form of Self-Adjusting Heap, Algorithmica, 1(1):111-129, 1986.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 38 * Contains an implementation class for a pairing heap.
42 * Pairing heap:
44 * and Robert Endre Tarjan, The Pairing Heap:
45 * A New Form of Self-Adjusting Heap, Algorithmica, 1(1):111-129, 1986.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 38 * Contains an implementation class for a pairing heap.
42 * Pairing heap:
44 * and Robert Endre Tarjan, The Pairing Heap:
45 * A New Form of Self-Adjusting Heap, Algorithmica, 1(1):111-129, 1986.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 35 /** Default value for heap update flag upon client connection. */
80 * Returns the initial {@link Client} flag for heap updates.
88 * Sets the initial {@link Client} flag for heap updates.
90 * the VM heap information whenever a GC happens.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeStackContentProvider.java 17 package com.android.ddmuilib.heap;

Completed in 1796 milliseconds

<<11121314151617181920>>