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

<<21222324252627282930>>

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
malloc-in-qsort.cc 43 // CHECK-FAST: ERROR: AddressSanitizer: heap-buffer-overflow
49 // CHECK-SLOW: ERROR: AddressSanitizer: heap-buffer-overflow
  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 18 # define CONFIG_MEM_MANAGER 1 /*include heap manager functionality,*/
21 # define CONFIG_MEM_MANAGER 0 /*include heap manager functionality*/
  /external/skia/src/core/
SkPictureFlat.cpp 76 void SkFlatController::setBitmapHeap(SkBitmapHeap* heap) {
77 SkRefCnt_SafeAssign(fBitmapHeap, heap);
  /external/v8/src/extensions/
gc-extension.cc 43 HEAP->CollectAllGarbage(Heap::kNoGCFlags, "gc extension");
  /external/v8/src/
heap-profiler.h 39 #define HEAP_PROFILE(heap, call) \
41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
incremental-marking.cc 40 IncrementalMarking::IncrementalMarking(Heap* heap)
41 : heap_(heap),
91 IncrementalMarking* marking = isolate->heap()->incremental_marking();
100 IncrementalMarking* marking = isolate->heap()->incremental_marking();
164 IncrementalMarkingMarkingVisitor(Heap* heap,
166 : heap_(heap),
247 Heap* heap_;
254 IncrementalMarkingRootMarkingVisitor(Heap* heap
    [all...]
spaces.h 42 // Heap structures:
44 // A JS heap consists of a young generation, an old generation, and a large
64 // buffer overflow) iterate intergenerational pointers without decoding heap
68 // the Heap::InNewSpace() predicate must be a pointer to a live heap object in
300 // any heap object.
562 inline Heap* heap() { return heap_; } function in class:v8::internal::MemoryChunk
620 Heap* heap_;
629 static MemoryChunk* Initialize(Heap* heap
764 Heap* heap() const { return heap_; } function in class:v8::internal::Space
    [all...]
  /external/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 49 HEAP SUMMARY:
51 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 6 Uninitialised value was created by a heap allocation
16 Uninitialised value was created by a heap allocation
partial_load_dflt.stderr.exp 27 HEAP SUMMARY:
29 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_dflt.stderr.exp64 27 HEAP SUMMARY:
29 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_dflt.stderr.expr-s390x-mvc 27 HEAP SUMMARY:
29 total heap usage: ... allocs, ... frees, ... bytes allocated
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 91 const sp<IMemoryHeap>& heap, size_t *pSize)
96 data.writeStrongBinder(heap->asBinder());
112 const sp<IMemoryHeap>& heap, size_t *pSize)
119 data.writeStrongBinder(heap->asBinder());
226 sp<IMemoryHeap> heap = interface_cast<IMemoryHeap>(data.readStrongBinder()); local
231 status_t status = decode(url, &sampleRate, &numChannels, &format, heap, &size);
246 sp<IMemoryHeap> heap = interface_cast<IMemoryHeap>(data.readStrongBinder()); local
252 heap, &size);
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 31 // Limit heap to 8MB for now. This is 4 times the maximum cursor window
61 // The soft heap limit prevents the page cache allocations from growing
  /frameworks/native/include/binder/
MemoryDealer.h 43 sp<IMemoryHeap> getMemoryHeap() const { return heap(); }
49 const sp<IMemoryHeap>& heap() const;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 33 * heap: The memory pool allocator uses the heap (malloc/free) for memory.
35 * and instrumentation on top of the heap, without modifying the heap
125 * osh: INPUT Operating system handle. Needed for heap memory allocation.
198 * pool allocator uses the heap (malloc/free) for memory.
200 * statistics and instrumentation on top of the heap,
201 * without modifying the heap allocation implementation.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref.h 66 DEF_VEC_ALLOC_P(ipa_ref_ptr,heap);
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 66 DEF_VEC_ALLOC_P(ipa_ref_ptr,heap);
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref.h 66 DEF_VEC_ALLOC_P(ipa_ref_ptr,heap);
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 66 DEF_VEC_ALLOC_P(ipa_ref_ptr,heap);
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmemusage.so 
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 29 * the initial code leaked heap memory each time a formatted double was printed
46 /* vfprintf uses temporary heap blocks to do the formatting, so */
  /external/opencv/cv/src/
cvinpaint.cpp 207 //HEAP::iterator Heap_Iterator;
208 //HEAP Heap;
237 icvCalcFMM(const CvMat *f, CvMat *t, CvPriorityQueueFloat *Heap, bool negate) {
241 while (Heap->Pop(&ii,&jj)) {
261 Heap->Push(i,j,dist);
280 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
286 while (Heap->Pop(&ii,&jj)) {
392 Heap->Push(i,j,dist);
399 while (Heap->Pop(&ii,&jj))
    [all...]

Completed in 551 milliseconds

<<21222324252627282930>>