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

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 38 * Contains an implementation class for a pairing heap.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 42 * Redundant-counter binomial heap.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
  /prebuilt/sdk/tools/
dx 56 # By default, give dx a max heap size of 1 gig. This can be overridden
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 161 = new RGB(192, 192, 192); // non-heap pixels are gray
163 = "(heap expansion area)";
508 col.setText("Heap Size");
748 // first check if the client is invalid or heap updates are not enabled.
759 // Atomically get and clear the heap data.
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 59 are allocated from the heap assigned to that module. Now, if these objects
60 are deleted outside of AdbWinUsbApi module, this will lead to the heap
  /external/chromium/base/
timer_unittest.cc 292 // in full page heap or purify environment.
340 // if debug heap checking (or purify) is enabled.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 52 // Takes ownership of |contents|, which must be heap-allocated (as it lives
70 // heap-allocated pointer is owned by the caller.
  /external/llvm/lib/Support/
SmallPtrSet.cpp 179 // Otherwise, allocate new heap space (unless we were the same size)
207 // Otherwise, allocate new heap space (unless we were the same size)
  /external/pcre/doc/
pcrestack.3 68 .SS "Compiling PCRE to use heap instead of stack for \fBpcre_exec()\fP"
72 PCRE to use heap memory instead of stack for remembering back-up points when
  /external/v8/src/
deoptimizer.cc 178 Object* global = Isolate::Current()->heap()->global_contexts_list();
252 ASSERT(HEAP->allow_allocation(false));
271 ASSERT(!HEAP->allow_allocation(true));
424 PrintF("Materializing a new heap number %p [%e] in slot %p\n",
484 is_smi ? "smi" : "heap number");
547 is_smi ? "smi" : "heap number");
604 isolate_->heap()->arguments_marker()->ShortPrint();
608 isolate_->heap()->arguments_marker());
    [all...]
isolate.h 41 #include "heap.h"
611 (exception != heap()->termination_exception());
821 Heap* heap() { return &heap_; } function in class:v8::internal::Isolate
    [all...]
math.js 133 // a Smi or heap number.
153 // Smi or a heap number.
property.h 51 { MaybeObject* maybe_result = HEAP->LookupSymbol(key_);
326 return HEAP->prototype_accessors();
  /external/v8/test/mjsunit/
constant-folding.js 219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /external/valgrind/main/memcheck/tests/
origin1-yes.c 88 // Heap segment (brk), uninitialised
124 // Heap block (calloc), initialised
  /external/webkit/Source/WebCore/platform/
Arena.cpp 120 ** allocate a new arena from the heap.
173 /* attempt to allocate from the heap */
  /hardware/libhardware/include/hardware/
audio.h 140 * Returns a pointer to a heap allocated string. The caller is responsible
289 * Returns a pointer to a heap allocated string. The caller is responsible
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp 162 // now create the "sub-heap"
175 LOGE("%s: failed to initialize pmem sub-heap: %d", pmemdev,
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 57 * Non-movable heap blocks are byte arrays on the Java heap that the GC
  /libcore/luni/src/main/java/libcore/io/
Memory.java 32 * Used to optimize nio heap buffer bulk get operations. 'dst' must be a primitive array.
39 * Used to optimize nio heap buffer bulk put operations. 'src' must be a primitive array.
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 265 * we put all the slots in a sorted heap (by timestamp). Each time, we
267 * the index forward, and put it back to the heap.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
macros.h 219 // Verify that the iterator range [_First, _Last) is a heap
227 /** Verify that the iterator range [_First, _Last) is a heap
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 219 // Verify that the iterator range [_First, _Last) is a heap
227 /** Verify that the iterator range [_First, _Last) is a heap
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 219 // Verify that the iterator range [_First, _Last) is a heap
227 /** Verify that the iterator range [_First, _Last) is a heap

Completed in 3546 milliseconds

<<21222324252627282930>>