Searched
full:heap (Results
701 -
725 of
1834) sorted by null
<<21222324252627282930>>
/external/v8/src/ |
scopeinfo.cc | 65 // Add stack locals and collect heap locals. 111 // Add heap locals. 360 return reinterpret_cast<SerializedScopeInfo*>(HEAP->empty_fixed_array()); 551 if (HEAP->LookupSymbolIfExists(name, &symbol)) { 577 if (HEAP->LookupSymbolIfExists(name, &symbol)) {
|
compilation-cache.cc | 99 tables_[0] = isolate()->heap()->undefined_value(); 104 Object* undefined = isolate()->heap()->raw_unchecked_undefined_value(); 119 MemsetPointer(tables_, isolate()->heap()->undefined_value(), generations_);
|
/external/v8/tools/visual_studio/ |
v8_base_arm.vcproj | 592 RelativePath="..\..\src\heap-inl.h" 596 RelativePath="..\..\src\heap.cc" 600 RelativePath="..\..\src\heap.h" 612 RelativePath="..\..\src\heap-profiler.cc" 616 RelativePath="..\..\src\heap-profiler.h"
|
/external/valgrind/main/memcheck/ |
mc_include.h | 42 /*--- Tracking the heap ---*/ 45 /* We want at least a 64B redzone on client heap blocks for Memcheck */ 58 /* This describes a heap block. Nb: first two fields must match core's 169 #define MC_OKIND_HEAP 1 /* this is a heap origin */ 410 useful for causing programs with bad heap corruption to fail in
|
/external/valgrind/main/docs/ |
valgrind.1 | 479 In general, allocating large structures on the stack is a bad idea, because you can easily run out of stack space, especially on systems with limited memory or which expect to support large numbers of threads each with a small stack, and also because the error checking performed by Memcheck is more effective for heap\-allocated data than for stack\-allocated data\&. If you have to use this option, you may wish to consider rewriting your code to allocate on the heap rather than on the stack\&. 514 \fB\-\-max\-stackframe\fR, a requirement for a large stack is a sign of potential portability problems\&. You are best advised to place all large data in heap\-allocated memory\&. [all...] |
/external/chromium/chrome/common/ |
render_messages.h | 209 // Asks the renderer to send back V8 heap stats. 354 // Sends back stats about the V8 heap. 356 int /* size of heap (allocated from the OS) */,
|
/external/qemu/android/avd/ |
hardware-properties.ini | 354 # Maximum VM heap size 360 abstract = Max VM application heap size 361 description = The maximum heap size a Dalvik application might allocate before being killed by the system. Value is in megabytes.
|
/frameworks/base/core/jni/android/graphics/ |
Graphics.cpp | 413 // If storageObj is NULL, the memory was NOT allocated on the Java heap 521 // If allocating in the Java heap, only allow a single object to be 539 // If the buffer is NULL, the backing memory wasn't allocated on the Java heap
|
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 424 /* Just shy of the typical max heap size so that it will actually 455 /* Allocate progressively smaller objects to fill up the entire heap. 469 "OutOfMemoryError not thrown while filling heap");
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 783 * A DelayedWorkQueue is based on a heap-based data structure 786 * heap array. This eliminates the need to find a task upon 797 * All heap operations must record index changes -- mainly [all...] |
/dalvik/vm/mterp/c/ |
header.cpp | 323 /* probable heap corruption */ 355 /* probable heap corruption */
|
/development/pdk/docs/source/ |
using-eclipse.jd | 39 <p>These settings set Eclipse's minimum Java heap size to 128MB, set the maximum Java heap size to 512MB, and keep the maximum permanent generation size at the default of 256MB.
|
/development/tools/emulator/opengl/tests/event_injector/ |
sockets.h | 173 * sockets, the path is stored in a heap-allocated block, 210 * heap. You need to call sock_address_done() to release the copy
|
/docs/source.android.com/src/source/ |
using-eclipse.md | 61 These settings set Eclipse's minimum Java heap size to 128MB, set the maximum Java heap size to 512MB, and keep the maximum permanent generation size at the default of 256MB.
|
/external/chromium/base/memory/ |
singleton.h | 63 // termination race on the heap-based singleton - e.g. if one thread calls 173 // shouldn't be false unless absolutely necessary. Remember that the heap where
|
/external/icu4c/common/unicode/ |
uclean.h | 67 * u_cleanup() also clears any ICU heap functions, mutex functions or 92 * in ICU code from the results generated by heap analysis tools.
|
/external/libvpx/ |
usage.dox | 29 on the heap. 162 to get a list of all requests, construct an optimal heap, and then set all
|
/external/pcre/ |
config.h.in | 148 the maximum amount of stack (or heap, if NO_RECURSE is defined) that is 176 pcre_recurse_malloc() to obtain memory from the heap. For more detail, see
|
/external/pcre/doc/html/ |
pcrestack.html | 84 Compiling PCRE to use heap instead of stack for <b>pcre_exec()</b> 88 PCRE to use heap memory instead of stack for remembering back-up points when
|
/external/qemu/docs/ |
CHAR-DEVICES.TXT | 162 This function returns a new CS object that will buffer in the heap any data 193 in a heap-allocated buffer.
|
/external/qemu/memcheck/ |
memcheck.h | 49 /* Guest system has allocated memory from heap. 61 /* Guest system is freeing memory to heap.
|
/external/qemu/ |
sockets.h | 165 * sockets, the path is stored in a heap-allocated block, 202 * heap. You need to call sock_address_done() to release the copy
|
/external/v8/test/cctest/ |
test-func-name-inference.cc | 38 using ::v8::internal::Heap; 94 CHECK(shared_func_info_ptr != HEAP->undefined_value());
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 234 Plot(Item('Heap Size (before GC)', 'total_size_before', x1y2, 245 Plot(Item('Heap Size (after GC)', 'total_size_after', x1y2,
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 45 --alignment=<number> set minimum alignment of heap allocations [...] 90 --profile-heap=no|yes profile Valgrind's own space use
|
Completed in 788 milliseconds
<<21222324252627282930>>