Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/docs/html/tools/performance/allocation-tracker/
Dindex.jd4 page.metaDescription=Record you app's memory allocations with their call stack to identify code tha…
45 Studio. Allocation Tracker records an app's memory allocations and lists all
79 cycle. You tell Allocation Tracker to start recording and it logs allocations
133 <p>Note that allocations are logged on
148 <p>Use the Filter to show only allocations from your app.</li>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd135 and does not prevent allocations.</dd>
149 <dd>The collection was caused by native memory pressure from native allocations such as Bitmaps or
262 in your app you should try to reduce allocations and release resources.
286 allocation and where you should try to reduce allocations and release
298 <p>For example, tracking allocations when flinging a list in your app allows you to see all the
299 allocations that need to be done for that behavior, what thread they are on, and where they came
305 Allocation Tracker</a> icon. You can also track allocations in the Android Device Monitor:</p>
318 allocations.
324 in your app you should try to reduce allocations and release resources.
339 list of allocations.</li>
[all …]
/frameworks/rs/api/
Drs_for_each.spec39 allocations. This is a hint only. Implementations may not follow the suggestion.
50 The kernel context contains common characteristics of the allocations being iterated
116 If both input and output allocations are specified, they must have the same dimensions.
172 It contains common characteristics of the allocations being iterated over and rarely
Drs_allocation_data.spec73 …map_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cub…
Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
Drs_graphics.spec772 summary: Return the number of vertex allocations
774 Returns the number of allocations in the mesh that contain
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd37 allocations in {@link android.view.View#onDraw onDraw()}, because allocations may lead to a garbage
/frameworks/base/docs/html/tools/help/
Dhprof-conv.jd19 You can use "-z" to filter out zygote allocations shared by all applications.
/frameworks/rs/scriptc/
Drs_for_each.rsh36 * allocations. This is a hint only. Implementations may not follow the suggestion.
53 * The kernel context contains common characteristics of the allocations being iterated
116 * If both input and output allocations are specified, they must have the same dimensions.
161 * It contains common characteristics of the allocations being iterated over and rarely
311 * characteristics of the allocations being iterated over by the kernel in
Drs_allocation_data.rsh40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations
44 * The two allocations must be different. Using this function to copy whithin
50 * This function should only be called between 1D allocations. Calling it
51 * on other allocations is undefined.
69 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
74 * The two allocations must be different. Using this function to copy whithin
80 * This function should only be called between 2D allocations. Calling it
81 * on other allocations is undefined.
88 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube…
95 * srcFace: Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps.
[all …]
Drs_object_types.rsh22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
Drs_graphics.rsh1119 …ve groups in the mesh. This would include simple primitives as well as allocations containing inde…
1158 * rsgMeshGetVertexAllocationCount: Return the number of vertex allocations
1162 * Returns the number of allocations in the mesh that contain
1168 * Returns: number of allocations in the mesh that contain vertex data
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags29 # 4: Number of allocations
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd192 allocations. This is a hint only. Implementations may not follow the suggestion.
210 <p> The kernel context contains common characteristics of the allocations being iterated
331 <p> If both input and output allocations are specified, they must have the same dimensions.
357 <p> The kernel context contains common characteristics of the allocations being iterated
642 <p> The kernel context contains common characteristics of the allocations being iterated
Drs_allocation_data.jd28 Copy consecutive cells between allocations
36 Copy a rectangular region of cells between allocations
109 <span class='normal'>: Copy consecutive cells between allocations</span>
136 <p> The two allocations must be different. Using this function to copy whithin
144 <p> This function should only be called between 1D allocations. Calling it
145 on other allocations is undefined.
154 <span class='normal'>: Copy a rectangular region of cells between allocations</span>
172 …<tr><th>dstFace</th><td>Cubemap face of the destination allocation. Ignored for allocations that …
179 …<tr><th>srcFace</th><td>Cubemap face of the source allocation. Ignored for allocations that aren'…
187 <p> The two allocations must be different. Using this function to copy whithin
[all …]
Drs_graphics.jd364 <b>Deprecated</b>. Return the number of vertex allocations
1578 …ve groups in the mesh. This would include simple primitives as well as allocations containing inde…
1628 <span class='normal'>: Return the number of vertex allocations</span>
1647 <tr><td>number of allocations in the mesh that contain vertex data</td></tr>
1652 <p> Returns the number of allocations in the mesh that contain
Drs_object_types.jd7 <p> The types below are used to manipulate RenderScript objects like allocations, samplers,
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp875 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); in dumpNativeHeap() local
881 allocations); in dumpNativeHeap()
/frameworks/base/docs/html/tools/studio/
Dindex.jd232 Knowing these allocations enables you to adjust the method
238 <p>Perform the following steps to track and analyze allocations: </p>
242 <a href="#mem-cpu">Memory Monitor</a>. Android Studio starts tracking memory allocations.</li>
248 <p>The allocation viewer allows you to view and analyze the allocations your app made while
/frameworks/base/docs/html/tools/performance/heap-viewer/
Dindex.jd171 about the current allocations on the heap.</li>
/frameworks/base/docs/html/training/articles/
Dmemory.jd60 care of the rest: the system reclaims your memory allocations when the corresponding objects leave
135 those pages to the kernel using madvise. So, paired allocations and deallocations of large
137 reclaiming memory from small allocations can be much less efficient because the page used
520 the entire app runs in one process, then many of the allocations performed for its activity UI must
568 (distributed across the Dalvik heap, native allocations, book-keeping, and library-loading),
/frameworks/base/docs/html/training/gestures/
Dscale.jd357 * variable but kept here to minimize per-frame allocations.
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd351 memory allocations, respectively.
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd102 <li>Added the capability to generate Java heap dumps and analyze thread allocations from the
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll9 ; understands that loads and stores from two allocations with different types
21 ; allocations are either annotated with the RenderScript TBAA information or

12