Searched
full:allocation (Results
426 -
450 of
5756) sorted by null
<<11121314151617181920>>
/external/chromium_org/base/process/ |
memory_unittest_mac.mm | 17 // Objective-C allocation in this environment would be to loop over allocation
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.h | 77 // Info we can return about an allocation. 79 size_t object_size; // size of the allocation 80 const void* const* call_stack; // call stack that made the allocation call 86 // Info we return about an allocation context. 87 // An allocation context is a unique caller stack trace 88 // of an allocation operation. 104 // allocation for passing to RecordAlloc() below. 109 // and the memory allocation function. 112 // Record an allocation at 'ptr' of 'bytes' bytes. 'stack_depth' 114 // allocation. They can be generated using GetCallerStackTrace() above [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
AllocationDiagnostics.h | 1 //=--- AllocationDiagnostics.h - Config options for allocation diags *- C++ -*-// 10 // Declares the configuration functions for leaks/allocation diagnostics.
|
/external/compiler-rt/test/lsan/TestCases/ |
do_leak_check_override.cc | 35 // CHECK-strict: SUMMARY: {{(Leak|Address)}}Sanitizer: 2003 byte(s) leaked in 2 allocation(s) 36 // CHECK-normal: SUMMARY: {{(Leak|Address)}}Sanitizer: 666 byte(s) leaked in 1 allocation(s)
|
/external/lzma/C/ |
Lzma2Enc.h | 29 SZ_ERROR_MEM - Memory allocation error
50 SZ_ERROR_MEM - Memory allocation error
|
/external/valgrind/main/drd/tests/ |
hg05_race2.stderr.exp-powerpc | 6 Allocation context: unknown. 15 Allocation context: unknown.
|
tc21_pthonce.stderr.exp | 7 Allocation context: BSS section of tc21_pthonce 17 Allocation context: BSS section of tc21_pthonce
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SceneGraphRS.java | 59 private Allocation mGridImage; 60 private Allocation mAllocPV; 65 private Allocation mTextAlloc; 132 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot, 133 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 134 Allocation.USAGE_GRAPHICS_TEXTURE); 140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
|
SimpleModelRS.java | 51 private Allocation mGridImage; 52 private Allocation mAllocPV; 55 private Allocation mTextAlloc; 116 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot, 117 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 118 Allocation.USAGE_GRAPHICS_TEXTURE); 124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
MeshTest.java | 26 import android.renderscript.Allocation.MipmapControl; 69 mTests[index].testName = Allocation.createFromString(mRS, 71 Allocation.USAGE_SCRIPT); 74 Allocation.USAGE_SCRIPT); 135 private Allocation loadTextureRGB(int id) { 136 return Allocation.createFromBitmapResource(mRS, mRes, id, 137 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 138 Allocation.USAGE_GRAPHICS_TEXTURE);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
TextureRenderTarget.java | 35 public TextureRenderTarget(Allocation tex) { 40 public void setTexture(Allocation tex) {
|
/frameworks/rs/driver/ |
rsdPath.h | 25 const android::renderscript::Allocation *vertex, 26 const android::renderscript::Allocation *loops);
|
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/ |
Mandelbrot.java | 24 private Allocation mAllocationXY; 34 mAllocationXY = Allocation.createTyped(rs, tb.create());
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Artistic1.java | 26 private Allocation mBlured; 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Artistic1.java | 26 private Allocation mBlured; 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_refcount.java | 36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_noroot.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_refcount.java | 36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_static_globals.java | 36 Allocation A = Allocation.createTyped(pRS, typeBuilder.setX(1).create());
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UT_foreach.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_refcount.java | 36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
UT_foreach.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_refcount.java | 36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/scriptc/ |
rs_core.rsh | 94 * cell of the allocation. 110 * restrict the call to a subset of cells in the allocation. 131 * @param input The allocation to source data from 132 * @param output the allocation to write date into 136 * allocation to be processed or suggest a walking strategy. May be 160 * @param input The allocation to source data from 161 * @param output the allocation to write date into 167 * allocation to be processed or suggest a walking strategy. May be
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_core.rsh | 92 * cell of the allocation. 108 * restrict the call to a subset of cells in the allocation. 129 * @param input The allocation to source data from 130 * @param output the allocation to write date into 134 * allocation to be processed or suggest a walking strategy. May be 158 * @param input The allocation to source data from 159 * @param output the allocation to write date into 165 * allocation to be processed or suggest a walking strategy. May be
|
Completed in 313 milliseconds
<<11121314151617181920>>