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

<<31323334353637383940>>

  /external/protobuf/src/google/protobuf/testing/
googletest.cc 242 // actually check for leaks, I suggest using the heap checker included with
  /external/qemu/android/utils/
intmap.c 131 /* First, try to find the item in our heap */
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 400 lock.Begin(TPoint(0,0)); // Lock bitmap heap
430 lock.End(); // Unlock bitmap heap
500 lock.Begin(TPoint(0,0)); // Lock bitmap heap
600 lock.End(); // Unlock bitmap heap
  /external/qemu/docs/
ANDROID-FRAMEBUFFER.TXT 23 places them randomly in the heap.
  /external/quake/quake/src/QW/server/
progs.h 77 // returns a copy of the string allocated from the server's string heap
  /external/quake/quake/src/WinQuake/
progs.h 82 // returns a copy of the string allocated from the server's string heap
  /external/skia/gpu/src/
GrBinHashKey.h 44 * If that is the case, the heap storage portion of the key will be
  /external/skia/include/core/
SkTSearch.h 151 char* fLC; // points to either the heap or fStorage
SkTemplates.h 177 /** Allocate a temp array on the stack/heap.
  /external/srec/srec/crec/
text_parser.c 49 char copy_of_word[MAX_LOCAL_LEN]; /* save heap on recursive function */
  /external/stlport/etc/
msvcincl.dat 67 heap.h
  /external/v8/src/mips/
virtual-frame-mips.cc 283 void VirtualFrame::EmitPushRoot(Heap::RootListIndex index) {
  /external/v8/src/
safepoint-table.h 31 #include "heap.h"
string-stream.h 59 // Allocator for use when no new c++ heap allocation is allowed.
  /external/v8/src/x64/
codegen-x64.cc 63 // the V8 heap. We can't, and don't, refer to any relocatable addresses
  /external/v8/test/cctest/
test-threads.cc 114 HEAP->CollectAllGarbage(false);
  /external/valgrind/main/docs/xml/
manual-writing-tools.xml 24 recording, and support for replacing heap allocation functions such as
228 record extra information about heap blocks; etc.</para>
241 These include things such as heap blocks being allocated, the stack
246 <para>For example, if the tool want to be notified when a new heap block
  /external/valgrind/main/exp-ptrcheck/
h_main.h 4 /*--- Exports for heap access checking. ---*/
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 45 --alignment=<number> set minimum alignment of heap allocations [...]
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 97 ASSERT(!HandleTypes<T>::toJSValue(externalType) || !HandleTypes<T>::toJSValue(externalType).isCell() || Heap::isMarked(HandleTypes<T>::toJSValue(externalType).asCell()));
  /external/webkit/Source/JavaScriptCore/runtime/
JSString.h 194 Heap::heap(this)->reportExtraMemoryCost(value.impl()->cost());
311 Heap::heap(this)->reportExtraMemoryCost(value.impl()->cost());
  /external/webkit/Source/WebCore/bindings/js/
JSArrayBufferViewHelper.h 169 exec->heap()->reportExtraMemoryCost(object->byteLength());
JSDOMWindowShell.cpp 164 return JSDOMWindow::commonJSGlobalData()->heap.allocate(size);
ScriptController.h 28 #include <heap/Strong.h>
ScriptValue.cpp 39 #include <heap/Strong.h>

Completed in 1285 milliseconds

<<31323334353637383940>>