HomeSort by relevance Sort by last modified time
    Searched full:heaps (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /device/moto/shamu/dumpstate/
dumpstate.cpp 35 dump_file("ION kmalloc heap", "/d/ion/heaps/kmalloc");
36 dump_file("ION multimedia heap", "/d/ion/heaps/mm");
37 dump_file("ION peripheral-image-loader heap", "/d/ion/heaps/pil_1");
38 dump_file("ION secure-comm heap", "/d/ion/heaps/qsecom");
39 dump_file("ION system heap", "/d/ion/heaps/system");
46 run_command("ION HEAPS", 5, SU_PATH, "root", "/system/bin/sh", "-c", "for f in $(ls /d/ion/heaps/*); do echo $f; cat $f; done", NULL);
  /external/chromium-trace/catapult/tracing/tracing/model/
container_memory_dump_test.html 120 newChildDump(v8Dump, 'heaps');
135 var v8HeapsDump = newChildDump(v8Dump, 'heaps');
143 'v8/heaps'), v8HeapsDump);
145 'v8/heaps/S'), v8HeapSmallDump);
147 // Add a second grandchild (v8/heaps/L).
156 'v8/heaps'), v8HeapsDump);
158 'v8/heaps/S'), v8HeapSmallDump);
160 'v8/heaps/L'), v8HeapLargeDump);
162 // Remove the first grandchild (v8/heaps/S).
170 'v8/heaps'), v8HeapsDump)
    [all...]
global_memory_dump_test.html 574 new MemoryAllocatorDump(gmd, 'heaps'); // Should be 'v8/heaps'.
586 'name': 'heaps'
592 }, /'heaps'.*invalid full name/);
    [all...]
  /art/tools/ahat/src/
HeapTable.java 53 // Only show the heaps that have non-zero entries.
54 List<Heap> heaps = new ArrayList<Heap>(); local
57 heaps.add(heap);
64 boolean showTotal = heaps.size() > 1;
66 for (Heap heap : heaps) {
84 for (Heap heap : heaps) {
103 for (Heap heap : heaps) {
108 for (Heap heap : heaps) {
115 for (Heap heap : heaps) {
help.html 48 <h3>Heaps</h3>
50 Android heap dumps contain information for multiple heaps. The <b>app</b> heap
52 heaps are used by the system. You should ignore everything in the zygote and
54 application will not effect the zygote or image heaps, and because the zygote
55 and image heaps are shared, they don't contribute significantly to your
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 25 * enum ion_heap_types - list of all possible types of heaps
31 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
32 * is used to identify the heaps, so only 32
39 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
50 * bits are reserved for use by the heaps themselves.
93 * struct ion_platform_data - array of platform heaps passed from board file
95 * @heaps: array of platform_heap structions
101 struct ion_platform_heap heaps[]; member in struct:ion_platform_data
105 * ion_reserve() - reserve memory for ion heaps if applicable
109 * Calls memblock reserve to set aside memory for heaps that ar
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_allocator_details_pane_test.html 89 var v8HeapsDump = newChildDump(v8Dump, 'heaps',
283 title: 'heaps',
287 contexts: getAllocatorDumps(processMemoryDumps, 'v8/heaps'),
295 contexts: getAllocatorDumps(processMemoryDumps, 'v8/heaps/<unspecified>'),
417 title: 'heaps',
421 contexts: getAllocatorDumps(processMemoryDumps, 'v8/heaps'),
429 contexts: getAllocatorDumps(processMemoryDumps, 'v8/heaps/<unspecified>'),
699 newChildDump(v8Dump, 'heaps', { size: 64 });
702 newChildDump(v8Dump, 'heaps', { size: 128 });
706 var v8HeapsDumps = getAllocatorDumps(pmds, 'v8/heaps');
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosti_dspdecl.h 60 ALLHEAPS = 0x100, /* Get aggregate mem-stat info combining all heaps. */
62 NUMHEAPS /* Get number BIOS MEM segments with Heaps */
  /external/kernel-headers/original/uapi/linux/
ion.h 26 * enum ion_heap_types - list of all possible types of heaps
33 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
34 * is used to identify the heaps, so only 32
44 * must be last so device specific heaps always
59 * bits are reserved for use by the heaps themselves.
  /hardware/qcom/msm8996/original-kernel-headers/linux/
ion.h 26 * enum ion_heap_types - list of all possible types of heaps
33 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
34 * is used to identify the heaps, so only 32
43 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
57 * bits are reserved for use by the heaps themselves.
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
ion.h 26 * enum ion_heap_types - list of all possible types of heaps
33 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
34 * is used to identify the heaps, so only 32
43 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
57 * bits are reserved for use by the heaps themselves.
  /system/core/libion/original-kernel-headers/linux/
ion.h 26 * enum ion_heap_types - list of all possible types of heaps
33 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
34 * is used to identify the heaps, so only 32
43 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
57 * bits are reserved for use by the heaps themselves.
  /external/toybox/lib/
portability.c 12 // because nommu heaps use physical addresses so if we copy the heap all our
13 // pointers are wrong. (You need an mmu in order to map two heaps to the same
  /hardware/ti/omap3/dspbridge/inc/
qosti_dspdecl.h 65 ALLHEAPS = 0x100, /* Get aggregate mem-stat info combining all heaps. */
67 NUMHEAPS /* Get number BIOS MEM segments with Heaps */
  /toolchain/binutils/binutils-2.25/include/
fibheap.h 23 /* Fibonacci heaps are somewhat complex, but, there's an article in
30 The original paper that introduced them is "Fibonacci heaps and their
  /device/google/dragon/dumpstate/
dumpstate.cpp 31 dump_file("Ion heap", "/d/ion/heaps/system");
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 26 * enum ion_heap_types - list of all possible types of heaps
32 * @ION_HEAP_END: helper for iterating over heaps
39 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
52 * bits are reserved for use by the heaps themselves.
  /system/core/libion/tests/
ion_test_fixture.cpp 67 RecordProperty("Heaps", m_allHeaps.size());
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 27 * enum ion_heap_types - list of all possible types of heaps
38 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
39 * is used to identify the heaps, so only 32
47 ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
59 * bits are reserved for use by the heaps themselves.
108 * struct ion_platform_data - array of platform heaps passed from board file
116 * @heaps: array of platform_heap structions
126 struct ion_platform_heap *heaps; member in struct:ion_platform_data
132 * ion_reserve() - reserve memory for ion heaps if applicable
136 * Calls memblock reserve to set aside memory for heaps that ar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_heapq.so 
  /bionic/libc/include/
malloc.h 68 * <!-- more heaps -->
  /device/lge/bullhead/dumpstate/
dumpstate.cpp 29 run_command("ION HEAPS", 5, SU_PATH, "root", "/system/bin/sh", "-c", "for d in $(ls -d /d/ion/*); do for f in $(ls $d); do echo --- $d/$f; cat $d/$f; done; done", NULL);
  /external/libdrm/intel/
mm.h 26 * heaps, etc.
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.h 29 * heaps, etc.
  /external/mesa3d/src/mesa/main/
mm.h 27 * heaps, etc.

Completed in 1148 milliseconds

1 2 3 4 5 6 7