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

<<11121314151617181920>>

  /dalvik/vm/alloc/
Verify.h 26 * Verifies the object references in a heap bitmap. Assumes the VM is
  /external/chromium/base/allocator/
win_allocator.cc 5 // This is a simple allocator based on the windows heap.
  /external/chromium/chrome/browser/ui/gtk/
repost_form_warning_gtk.h 19 // To display the dialog, allocate this object on the heap. It will open the
  /external/chromium_org/base/allocator/
type_profiler_tcmalloc.cc 10 #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
  /external/chromium_org/chrome/test/chromedriver/chrome/
heap_snapshot_taker.h 23 // Take the heap snapshot.
  /external/chromium_org/content/browser/renderer_host/
memory_benchmark_message_filter.cc 11 #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
  /external/chromium_org/mojo/public/bindings/lib/
message_builder.h 25 // Call Finish when done making allocations in |buffer()|. A heap-allocated
  /external/chromium_org/sync/syncable/
syncable_read_transaction.h 23 protected: // Don't allow creation on heap, except by sync API wrapper.
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
pprof_remote_servers.html 13 heap profiles. This facility allows you to collect profile
45 http://myhost:80/pprof/heap # retrieves a heap profile
50 http://myhost:80/myservice/pprof/heap # /pprof/heap just has to come at the end
54 <h2> <code><b>/pprof/heap</b></code> </h2>
56 <p><code>pprof</code> asks for the url <code>/pprof/heap</code> to
57 get heap information. The actual url is controlled via the variable
75 (from <code>heap-profiler.h</code>), continue to do work, and then,
86 heap profile: 1923: 127923432 [ 1923: 127923432] @ heap_v2/52428
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/tests/data/
heap.01234.0002.heap 0 heap profile: DUMP_DEEP_6
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 91 // HeapEntry instances represent an entity from the heap (or a special
157 // HeapSnapshot represents a single heap snapshot. It is stored in
159 // HeapSnapshots. All HeapSnapshots share strings copied from JS heap
224 explicit HeapObjectsMap(Heap* heap);
226 Heap* heap() const { return heap_; } function in class:v8::internal::HeapObjectsMap
279 Heap* heap_;
286 // in any kind of heap memory.
299 // real heap objects and their representations in heap snapshots
    [all...]
mark-compact-inl.h 48 sweep_precisely_ = ((flags & Heap::kSweepPreciselyMask) != 0);
49 reduce_memory_footprint_ = ((flags & Heap::kReduceMemoryFootprintMask) != 0);
51 ((flags & Heap::kAbortIncrementalMarkingMask) != 0);
61 ASSERT(obj->GetIsolate()->heap()->Contains(obj));
  /external/compiler-rt/BlocksRuntime/tests/
byrefcopyinner.c 27 printf("**** __block heap storage should have been created at this point\n");
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interception_failure_test.cc 21 // CHECK-NOT: heap-use-after-free
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
deep_stack_uaf.cc 27 // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}}
sanity_check_pure_c.c 14 // CHECK: heap-use-after-free
  /external/compiler-rt/lib/msan/lit_tests/
heap-origin.cc 25 // CHECK: {{#0 0x.* in main .*heap-origin.cc:}}[[@LINE-3]]
27 // CHECK-ORIGINS: Uninitialized value was created by a heap allocation
29 // CHECK-ORIGINS: {{#1 0x.* in main .*heap-origin.cc:}}[[@LINE-8]]
31 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*heap-origin.cc:.* main}}
  /external/compiler-rt/lib/tsan/lit_tests/
free_race2.c 19 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 52 void *heap = malloc(0); local
53 free(heap);
57 CHECK(IsAppMem((uptr)heap));
61 CHECK(IsShadowMem(MemToShadow((uptr)heap)));
  /external/v8/src/
string-stream.cc 345 if (!HEAP->Contains(map) ||
377 Heap* heap = HEAP; local
380 if (element != heap->the_hole_value()) {
450 Heap* heap = isolate->heap(); local
451 if (!f->IsHeapObject() || !heap->Contains(HeapObject::cast(f))) {
456 !heap->Contains(map) |
533 Heap* heap = HEAP; local
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 251 // Test that the whole heap can be serialized.
259 // Test that heap serialization is non-destructive.
269 // Tests that the heap can be deserialized.
279 HEAP->Verify();
283 CHECK(HEAP->symbol_table()->IsSymbolTable());
363 HEAP->CollectAllGarbage(Heap::kNoGCFlags);
364 HEAP->CollectAllGarbage(Heap::kNoGCFlags);
424 HEAP->ReserveSpace(new_size
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hsg.c 2 /* A simple test to demonstrate heap, stack, and global overrun
  /external/valgrind/main/massif/tests/
alloc-fns-B.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out
  /frameworks/native/build/
phone-hdpi-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard high density phone.
phone-xhdpi-1024-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a xhdpi phone

Completed in 2250 milliseconds

<<11121314151617181920>>