HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 701 - 725 of 3161) sorted by null

<<21222324252627282930>>

  /art/test/080-oom-throw/src/
Main.java 36 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster.
  /art/test/104-growth-limit/src/
Main.java 35 // Expand the heap to the maximum size.
  /bionic/libc/arch-arm/bionic/
kill.S 38 of a corrupted malloc heap).
tgkill.S 38 of a corrupted malloc heap).
tkill.S 38 of a corrupted malloc heap).
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 37 /* run through the heap to see if we trashed something */
  /dalvik/tests/080-oom-throw/src/
Main.java 36 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster.
  /dalvik/vm/alloc/
Alloc.cpp 21 #include "alloc/Heap.h"
31 * main heap. This needs to be replaced with something real.
41 * Post-zygote heap initialization, including starting
191 /* allocate on GC heap; memory is zeroed out */
  /development/scripts/
stack_core.py 47 HEAP = "[heap]"
143 if area == UNKNOWN or area == HEAP or area == STACK:
174 if area == UNKNOWN or area == HEAP or area == STACK or not area:
  /external/bison/lib/
calloc.c 38 /* Allocate and zero-fill an NxS-byte block of memory from the heap.
  /external/chromium/base/
safe_strerror_posix.h 33 // more robust in the case of heap corruption errors, since it doesn't need to
  /external/chromium_org/base/allocator/
win_allocator.cc 5 // This is a simple allocator based on the windows heap.
  /external/chromium_org/base/
pending_task.cc 43 // top of the heap.
safe_strerror_posix.h 34 // more robust in the case of heap corruption errors, since it doesn't need to
  /external/chromium_org/chrome/browser/ui/views/
tab_modal_confirm_dialog_views.h 27 // To display the dialog, allocate this object on the heap. It will open the
  /external/chromium_org/content/common/
child_process_host_impl.cc 120 // "EH" is "Executable Heap". A non-executable heap is only available to
122 // non-executable heap, but the "EH" feature is provided to allow code
123 // intolerant of a non-executable heap to work properly on 10.7. This
  /external/chromium_org/gin/
dictionary.h 20 // WARNING: You cannot retain a Dictionary object in the heap. The underlying
handle.h 14 // in the C++ heap because strong references from C++ to V8 can cause memory
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 29 var type = WebInspector.panels.profiles.getProfileType("HEAP");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedDOMInfo.h 54 // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
  /external/chromium_org/third_party/icu/source/common/
uinit.c 48 cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 9 // A bucket is data structure for heap profiling to store a pair of a stack
tcmalloc_guard.h 35 // before they do stuff -- notably heap-profiler -- can. To use this
  /external/chromium_org/third_party/tcmalloc/vendor/
README_windows.txt 64 --- THE HEAP-PROFILER
66 The heap-profiler has had a preliminary port to Windows. It has not
91 the stack-tracing necessary for the heap-profiler does not work on
94 stack-tracing. You will not be able to use the heap-profiler if you
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc_guard.h 35 // before they do stuff -- notably heap-profiler -- can. To use this

Completed in 508 milliseconds

<<21222324252627282930>>