HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 626 - 650 of 1834) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/massif/tests/
custom_alloc.c 28 static void* hp = 0; // current heap pointer
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 34 static void* hp = 0; // current heap pointer
  /external/valgrind/main/none/tests/amd64/
smc1.c 50 // code on the heap therefore
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.am 10 -I$(srcdir)/Source/JavaScriptCore/heap \
JavaScriptCore.pri 28 $$PWD/heap \
jsc.cpp 197 exec->heap()->collectAllGarbage();
296 // Technically, destroying the heap in the middle of JS execution is a no-no,
298 // we pretend that execution has terminated to avoid ASSERTs, then tear down the heap.
370 globalData->heap.destroy();
wscript 42 sources += ['heap/MarkStackWin.cpp']
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 121 globalData->heap.forEach(recompiler);
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 54 , m_heap(&globalData->heap)
Weak.h 132 ASSERT(!value || !value.isCell() || Heap::isMarked(value.asCell()));
  /external/webkit/Source/JavaScriptCore/runtime/
SmallStrings.cpp 38 return string && Heap::isMarked(string);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.h 25 #include <heap/Strong.h>
JSEventListener.h 25 #include <heap/Weak.h>
  /external/webkit/Source/WebCore/html/
HTMLImageLoader.cpp 86 globalData->heap.reportExtraMemoryCost(cachedImage->encodedSize());
  /external/webkit/Source/WebCore/platform/
ThreadTimers.cpp 43 // copy to keep the heap and a set of currently firing timers.
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 116 // to clean up the heap allocated PlatformContextCairo that we must use for the top-level
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 52 * Retrieve the native heap information and the info from /proc/<self>/maps,
  /frameworks/base/include/binder/
IMemory.h 78 void* fastPointer(const sp<IBinder>& heap, ssize_t offset) const;
MemoryHeapBase.h 68 /* this closes this heap -- use carefully */
  /frameworks/base/media/libmedia/
MemoryLeakTrackUtil.cpp 38 // beforehand and not reenter the heap while we are examining it...
  /libcore/include/
ScopedPrimitiveArray.h 67 // since they entail a copy back onto the Java heap, and should only be used when necessary.
  /ndk/build/core/
default-build-commands.mk 14 # the stack and the heap.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 38 * Contains an implementation class for a pairing heap.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 42 * Redundant-counter binomial heap.

Completed in 1079 milliseconds

<<21222324252627282930>>