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

<<11121314151617181920>>

  /frameworks/native/build/
tablet-10in-xhdpi-2048-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
tablet-7in-hdpi-1024-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
tablet-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 38 * Contains an implementation class for a binomial heap.
42 * Binomial heap.
63 * Binomial heap.
65 * @ingroup heap-detail
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 38 * Contains an implementation class for a binomial heap.
42 * Binomial heap.
63 * Binomial heap.
65 * @ingroup heap-detail
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 38 * Contains an implementation class for a binomial heap.
42 * Binomial heap.
63 * Binomial heap.
65 * @ingroup heap-detail
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 56 // Fallback to system heap when alloc fails unless
58 // 2. Alloc from system heap was already tried
59 // 3. The heap type is requsted explicitly
60 // 4. The heap type is protected
193 //MM Heap is exclusively a secure heap.
195 //XXX: Right now the MM heap is the only secure heap we have. When we
203 cannot be used as an insecure heap!\
217 // we can fall back to system heap i
    [all...]
  /hardware/qcom/display/msm8x26/libgralloc/
alloc_controller.cpp 56 // Fallback to system heap when alloc fails unless
58 // 2. Alloc from system heap was already tried
59 // 3. The heap type is requsted explicitly
60 // 4. The heap type is protected
193 //MM Heap is exclusively a secure heap.
195 //XXX: Right now the MM heap is the only secure heap we have. When we
203 cannot be used as an insecure heap!\
217 // we can fall back to system heap i
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 40 __cleanup = NULL; // The heap is corrupt. We can forget trying to shut down stdio.
41 __libc_fatal("heap corruption detected by %s", function);
  /external/chromium_org/third_party/WebKit/Source/heap/
blink_heap.gypi 34 'Heap.cpp',
35 'Heap.h',
  /external/chromium_org/v8/src/
allocation-tracker.cc 32 #include "heap-snapshot-generator.h"
174 Heap* heap = ids_->heap(); local
176 // Mark the new block as FreeSpace to make sure the heap is iterable
178 FreeListNode::FromAddress(addr)->set_size(heap, size);
182 Isolate* isolate = heap->isolate();
231 // Converting start offset into line and column may cause heap
sweeper-thread.h 38 #include "heap.h"
58 Heap* heap_;
serialize.cc 323 "Heap::roots_array_start()");
354 "Heap::NewSpaceStart()");
358 "Heap::NewSpaceMask()");
362 "Heap::always_allocate_scope_depth()");
366 "Heap::NewSpaceAllocationLimitAddress()");
370 "Heap::NewSpaceAllocationTopAddress()");
536 "Heap::OldPointerSpaceAllocationTopAddress");
541 "Heap::OldPointerSpaceAllocationLimitAddress");
546 "Heap::OldDataSpaceAllocationTopAddress");
551 "Heap::OldDataSpaceAllocationLimitAddress")
1400 Heap* heap = isolate()->heap(); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1129.js 28 // Flags: --verify-heap --expose-gc
43 // Trigger a heap validation.
  /external/compiler-rt/BlocksRuntime/
Block.h 40 /* Create a heap based copy of a Block or simply add a reference to an existing one.
46 /* Lose the reference, and if heap based and last reference, recover the memory. */
  /external/v8/test/mjsunit/regress/
regress-1129.js 28 // Flags: --verify-heap --expose-gc
43 // Trigger a heap validation.
  /external/valgrind/main/memcheck/tests/
noisy_child.stderr.exp 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_ok.stderr.exp 21 HEAP SUMMARY:
23 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_ok.stderr.exp64 21 HEAP SUMMARY:
23 total heap usage: ... allocs, ... frees, ... bytes allocated
  /frameworks/native/libs/binder/
MemoryBase.cpp 28 MemoryBase::MemoryBase(const sp<IMemoryHeap>& heap,
30 : mSize(size), mOffset(offset), mHeap(heap)
  /art/runtime/gc/accounting/
card_table.cc 21 #include "gc/heap.h"
33 * non-NULL values to heap addresses should go through an entry in
36 * The heap is divided into "cards" of GC_CARD_SIZE bytes, as
41 * After any store of a non-NULL object pointer into a heap object,
113 << " heap begin: " << AddrFromCard(begin)
114 << " heap end: " << AddrFromCard(end)
  /art/runtime/mirror/
object_array-inl.h 22 #include "gc/heap.h"
104 gc::Heap* heap = Runtime::Current()->GetHeap(); local
109 heap->VerifyObject(object);
124 heap->VerifyObject(object);
131 heap->WriteBarrierArray(dst, dst_pos, length);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 34 // Module for detecing heap (memory) leaks.
47 // After that, just run your binary. If the heap-checker detects
83 // If heap leak checking is currently active in some mode
152 // of a heap state change that is significant
161 // block of code. Any heap allocations done in the code block
184 // as well as all heap objects (transitively) referenced from it for the
185 // purposes of heap leak checking. Returns 'ptr' so that one can write
190 // the heap later on.
193 // being traversed by the heap checker but do not wish to transitively
217 // Create the name of the heap profile file
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampling_test.sh 36 # correctly: both for the heap profile (ReadStackTraces) and for
37 # growth in the heap sized (ReadGrowthStackTraces).
76 # This puts the output into out.heap and out.growth. It allocates
82 echo "Testing heap output..."
83 "$PPROF" --text "$SAMPLING_TEST_BINARY" "$OUTDIR/out.heap" \
85 || die "$PPROF" --text "$SAMPLING_TEST_BINARY" "$OUTDIR/out.heap"
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 34 // Module for detecing heap (memory) leaks.
47 // After that, just run your binary. If the heap-checker detects
83 // If heap leak checking is currently active in some mode
152 // of a heap state change that is significant
161 // block of code. Any heap allocations done in the code block
184 // as well as all heap objects (transitively) referenced from it for the
185 // purposes of heap leak checking. Returns 'ptr' so that one can write
190 // the heap later on.
193 // being traversed by the heap checker but do not wish to transitively
217 // Create the name of the heap profile file
    [all...]

Completed in 1648 milliseconds

<<11121314151617181920>>