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

1 2 3

  /device/linaro/hikey/gralloc/
ion_4.12.h 70 * struct ion_heap_query - collection of data about all heaps
71 * @cnt - total number of heaps to be copied
72 * @heaps - buffer to copy heap data
75 __u32 cnt; /* Total number of heaps to be copied */
77 __u64 heaps; /* buffer to be populated */ member in struct:ion_heap_query
118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
121 * available Ion heaps.
  /device/linaro/hikey/gralloc960/
ion_4.12.h 70 * struct ion_heap_query - collection of data about all heaps
71 * @cnt - total number of heaps to be copied
72 * @heaps - buffer to copy heap data
75 __u32 cnt; /* Total number of heaps to be copied */
77 __u64 heaps; /* buffer to be populated */ member in struct:ion_heap_query
118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
121 * available Ion heaps.
  /system/core/libion/
ion_4.12.h 70 * struct ion_heap_query - collection of data about all heaps
71 * @cnt - total number of heaps to be copied
72 * @heaps - buffer to copy heap data
75 __u32 cnt; /* Total number of heaps to be copied */
77 __u64 heaps; /* buffer to be populated */ member in struct:ion_heap_query
118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
121 * available Ion heaps.
ion.c 216 .cnt = cnt, .heaps = (uintptr_t)buffers,
  /art/tools/ahat/src/main/com/android/ahat/
HeapTable.java 55 // Only show the heaps that have non-zero entries.
56 List<AhatHeap> heaps = new ArrayList<AhatHeap>(); local
59 heaps.add(heap);
67 for (AhatHeap heap : heaps) {
71 boolean showTotal = heaps.size() > 1;
88 for (AhatHeap heap : heaps) {
110 for (AhatHeap heap : heaps) {
116 for (AhatHeap heap : heaps) {
128 for (AhatHeap heap : heaps) {
  /libcore/metrictests/memory/host/src/libcore/heapmetrics/
HeapCategorization.java 140 * heaps.
142 static HeapCategorization of(AhatSnapshot snapshot, AhatHeap... heaps) {
143 HeapCategorization categorization = new HeapCategorization(snapshot, heaps);
150 private final AhatHeap[] heaps; field in class:HeapCategorization
152 private HeapCategorization(AhatSnapshot snapshot, AhatHeap[] heaps) {
154 this.heaps = heaps;
159 * heaps broken down by category.
336 * instance on the configured heaps.
340 for (AhatHeap heap : heaps) {
    [all...]
  /external/kernel-headers/original/uapi/linux/
ion.h 24 * 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
42 * must be last so device specific heaps always
51 * bits are reserved for use by the heaps themselves.
104 * struct ion_heap_query - collection of data about all heaps
105 * @cnt - total number of heaps to be copied
106 * @heaps - buffer to copy heap data
109 __u32 cnt; /* Total number of heaps to be copied */
111 __u64 heaps; /* buffer to be populated * member in struct:ion_heap_query
    [all...]
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion.h 31 * 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
49 * must be last so device specific heaps always
58 * bits are reserved for use by the heaps themselves.
111 * struct ion_heap_query - collection of data about all heaps
112 * @cnt - total number of heaps to be copied
113 * @heaps - buffer to copy heap data
116 __u32 cnt; /* Total number of heaps to be copied */
118 __u64 heaps; /* buffer to be populated * member in struct:ion_heap_query
    [all...]
ionutils.c 71 query.heaps = (unsigned long int)&heap_data[0];
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
AhatSnapshot.java 24 * It contains methods to access the heaps, allocation sites, roots, classes,
41 List<AhatHeap> heaps,
45 mHeaps = heaps;
101 // We expect a small number of heaps (maybe 3 or 4 total), so a linear
112 * Returns a list of heaps in the snapshot in canonical order.
115 * AhatSnapshot, which is used by diff to insert place holder heaps.
117 * @return list of heaps
Parser.java 144 HeapList heaps = new HeapList(); local
333 obj.initialize(heaps.getCurrentHeap(), site, javaLangClass);
350 obj.initialize(heaps.getCurrentHeap(), site, classObj);
367 obj.initialize(heaps.getCurrentHeap(), site, classObj);
387 obj.initialize(heaps.getCurrentHeap(), site, classObj);
498 heaps.setCurrentHeap(strings.get(stringId));
620 return new AhatSnapshot(superRoot, mInstances, heaps.heaps, rootSite);
700 * A convenient abstraction for lazily building up the list of heaps seen in
704 public List<AhatHeap> heaps = new ArrayList<AhatHeap>() field in class:Parser.HeapList
    [all...]
Diff.java 38 * Heaps are diffed based on heap name. PlaceHolder heaps will be added to
42 private static void heaps(List<AhatHeap> a, List<AhatHeap> b) { method in class:Diff
71 // Make placeholder heaps in snapshot A for any unmatched heaps in
89 // Corresponding objects must belong to heaps of the same name.
336 // Diff the heaps of each snapshot.
337 heaps(a.getHeaps(), b.getHeaps());
  /bionic/libc/kernel/uapi/linux/
ion.h 65 __u64 heaps; member in struct:ion_heap_query
  /hardware/qcom/msm8994/kernel-headers/linux/
ion.h 65 __u64 heaps; member in struct:ion_heap_query
  /hardware/qcom/msm8994/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
44 * must be last so device specific heaps always
53 * bits are reserved for use by the heaps themselves.
149 * struct ion_heap_query - collection of data about all heaps
150 * @cnt - total number of heaps to be copied
151 * @heaps - buffer to copy heap data
154 __u32 cnt; /* Total number of heaps to be copied */
156 __u64 heaps; /* buffer to be populated * member in struct:ion_heap_query
    [all...]
  /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...]
  /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...]
  /cts/hostsidetests/jvmti/run-tests/
Android.mk 57 src/913-heaps/src/art/Test913.java \
  /prebuilts/go/darwin-x86/src/runtime/
time.go 41 // timers contains "per-P" timer heaps.
  /prebuilts/go/linux-x86/src/runtime/
time.go 41 // timers contains "per-P" timer heaps.
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 

Completed in 420 milliseconds

1 2 3