Searched refs:allocations (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/base/docs/html/tools/performance/allocation-tracker/ |
D | index.jd | 4 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/ |
D | debugging-memory.jd | 135 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/ |
D | rs_for_each.spec | 39 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
|
D | rs_allocation_data.spec | 73 …map_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cub…
|
D | rs_object_types.spec | 20 The types below are used to manipulate RenderScript objects like allocations, samplers,
|
D | rs_graphics.spec | 772 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/ |
D | optimizing-view.jd | 37 allocations in {@link android.view.View#onDraw onDraw()}, because allocations may lead to a garbage
|
/frameworks/base/docs/html/tools/help/ |
D | hprof-conv.jd | 19 You can use "-z" to filter out zygote allocations shared by all applications.
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 36 * 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
|
D | rs_allocation_data.rsh | 40 * 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 …]
|
D | rs_object_types.rsh | 22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
|
D | rs_graphics.rsh | 1119 …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/ |
D | EventLogTags.logtags | 29 # 4: Number of allocations
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_for_each.jd | 192 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
|
D | rs_allocation_data.jd | 28 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 …]
|
D | rs_graphics.jd | 364 <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
|
D | rs_object_types.jd | 7 <p> The types below are used to manipulate RenderScript objects like allocations, samplers,
|
/frameworks/base/core/jni/ |
D | android_os_Debug.cpp | 875 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); in dumpNativeHeap() local 881 allocations); in dumpNativeHeap()
|
/frameworks/base/docs/html/tools/studio/ |
D | index.jd | 232 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/ |
D | index.jd | 171 about the current allocations on the heap.</li>
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 60 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/ |
D | scale.jd | 357 * variable but kept here to minimize per-frame allocations.
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 351 memory allocations, respectively.
|
/frameworks/base/docs/html/tools/revisions/ |
D | studio.jd | 102 <li>Added the capability to generate Java heap dumps and analyze thread allocations from the
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 9 ; understands that loads and stores from two allocations with different types 21 ; allocations are either annotated with the RenderScript TBAA information or
|
12