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

<<11121314151617181920>>

  /art/runtime/gc/collector/
sticky_mark_sweep.h 34 explicit StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
  /bionic/libc/upstream-netbsd/libc/include/isc/
heap.h 1 /* $NetBSD: heap.h,v 1.1.1.4 2009/04/12 16:35:44 christos Exp $ */
28 void **heap; member in struct:heap_context
  /dalvik/tools/
get-hprof 24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
33 OUT_FILE=heap-dump.hprof
  /dalvik/vm/alloc/
WriteBarrier.h 21 * Note writes to the heap. These functions must be called if a field
22 * of an Object in the heap changes, and before any GC safe-point. The
  /dalvik/vm/hprof/
Hprof.cpp 21 * heap, and some analysis tools require that the class and string data
68 * heap-allocate it so we can share the "free" function.
79 ALOGI("hprof: dumping heap strings to \"%s\".", tailCtx->fileName);
148 ALOGI("hprof: heap dump completed (%dKB)",
158 * Free any heap-allocated items in "ctx", and then free "ctx" itself.
215 * Visitor invoked on every heap object.
226 * Walk the roots and heap writing heap information to the specified
  /external/chromium_org/base/debug/
leak_annotations.h 13 // objects will be treated as a source of live pointers, i.e. any heap objects
19 // ANNOTATE_LEAKING_OBJECT_PTR(X): the heap object referenced by pointer X will
  /external/chromium_org/ppapi/cpp/dev/
resource_array_dev.h 19 // Heap-allocated data passed to ArrayOutputCallbackConverter(). Please see
64 // It takes a heap-allocated ArrayOutputCallbackData struct passed as the user
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 80 ** PR_NEW() allocates an untyped item of size _size from the heap.
90 ** PR_NEW() allocates an item of type _struct from the heap.
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
123 ** PR_NEWZAP() allocates an item of type _struct from the heap
135 ** or PR_NEWZAP() to the heap.
137 ** OUTPUTS: the referenced object is returned to the heap
149 ** OUTPUTS: the referenced object is conditionally returned to the heap
  /external/chromium_org/tools/deep_memory_profiler/sorters/
vm.Android-specific.json 10 "name": "ashmem-dalvik-heap",
11 "mapped_pathname": "/dev/ashmem/dalvik-heap.*",
  /external/chromium_org/v8/src/
handles-inl.h 35 #include "heap.h"
89 Heap* heap = heap_object->GetHeap(); local
91 Object** roots_array_start = heap->roots_array_start();
93 handle < roots_array_start + Heap::kStrongRootListLength &&
94 heap->RootCanBeTreatedAsConstant(
95 static_cast<Heap::RootListIndex>(handle - roots_array_start))) {
104 return !heap->isolate()->IsDeferredHandle(handle);
  /external/compiler-rt/lib/tsan/lit_tests/
free_race.c 40 // CHECK-NOZUPP: WARNING: ThreadSanitizer: heap-use-after-free
47 // CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
  /external/e2fsprogs/e2fsck/
mtrace.h 99 /* The allocator divides the heap into blocks of fixed size; large
109 /* Determine the amount of memory spanned by the initial heap table
111 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
120 /* Heap information for a busy block. */
137 /* Heap information for a free block
147 /* Pointer to first block of the heap. */
157 /* Current search index for the heap table. */
217 size_t bytes_total; /* Total size of the heap. */
  /external/v8/src/
mark-compact.h 37 // Callback function, returns whether an object is alive. The heap size
51 explicit Marking(Heap* heap)
52 : heap_(heap) {
164 Heap* heap_;
196 // heap.
271 // - Typed slots are expected to contain an encoded pointer to a heap
307 void UpdateSlots(Heap* heap);
309 void UpdateSlotsWithFilter(Heap* heap)
468 inline Heap* heap() const { return heap_; } function in class:v8::internal::MarkCompactCollector
    [all...]
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 18 HEAP SUMMARY:
20 total heap usage: ... allocs, ... frees, ... bytes allocated
badjump.stderr.exp-kfail 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp 11 HEAP SUMMARY:
13 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp2 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp3 12 HEAP SUMMARY:
14 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp4 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 15 HEAP SUMMARY:
17 total heap usage: ... allocs, ... frees, ... bytes allocated
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 8 view.name.Heap = Heap
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 57 * Enable DDM heap notifications.
72 * Enable DDM heap notifications.
80 bool native = (args[2] != 0); // false=virtual heap, true=native heap
138 * Fill a buffer with data on recent heap allocations.
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h 33 * Module for heap-profiling.
74 /* Returns non-zero if we are currently profiling the heap. (Returns
82 /* Stop heap profiling. Can be restarted again with HeapProfilerStart(),
93 /* Generate current heap profiling information.
94 * Returns an empty string when heap profiling is not active.
  /external/icu4c/common/
cmemory.c 9 * File cmemory.c ICU Heap allocation.
10 * All ICU heap allocation, both for C and C++ new of ICU
30 /* Function Pointers for user-supplied heap functions */
36 /* Flag indicating whether any heap allocations have happened.
37 * Used to prevent changing out the heap functions after allocations have been made */
  /external/v8/include/
v8-profiler.h 208 * HeapSnapshotEdge represents a directed connection between heap
245 * HeapGraphNode represents a node in a heap graph.
257 kHeapNumber = 7, // Number stored in the heap.
258 kNative = 8, // Native object (not from V8 heap).
274 * Returns node id. For the same heap object, the id remains the same
309 * Finds and returns a value from the heap corresponding to this node,
317 * HeapSnapshots record the state of the JS heap at some moment.
322 kFull = 0 // Heap snapshot with all instances and references.
328 /** Returns heap snapshot type. */
331 /** Returns heap snapshot UID (assigned by the profiler.) *
    [all...]

Completed in 275 milliseconds

<<11121314151617181920>>