/system/extras/memory_replay/dumps/ |
README | 27 Allocation made by malloc(<size>). <ptr> is the value returned by malloc. 34 Allocation made by calloc(<nmemb>, <size>. <ptr> is the value returned 42 Allocation made by realloc(<old_ptr>, <size>). <old_ptr> can be 0x0 51 Allocation made by memalign(<alignment>, <size>). <ptr> is the value
|
/system/sepolicy/public/ |
hal_fingerprint.te | 14 # For memory allocation
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
set_object.rs | 5 rs_allocation allocation; 11 rsSetObject(&dst,in->allocation); 12 *out = ( dst.p == in->allocation.p ? 1 : 0 );
|
SmallStructsTest.java | 19 import android.renderscript.Allocation; 30 * (a) the setup stage initializes the Allocation of structs 31 * (b) modify calls a forEach_* kernel with the Allocation 151 // Make the input allocation. 157 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") 176 Allocation.class, Allocation.class); 180 Allocation.class); 210 // Build the input allocation [all...] |
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
ScriptC_leak.java | 46 private Allocation mExportVar_a; 47 public synchronized void set_a(Allocation v) { 52 public Allocation get_a() {
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSConvolveTest.java | 57 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); 68 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); 114 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 115 Allocation rsOutput = Allocation.createTyped(mRS, build.create()) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
DxeCoreMemoryAllocationLib.inf | 2 # Memory Allocation Library instance dedicated to DXE Core.
3 # The implementation borrows the DxeCore Memory Allocation services as the primitive
4 # for memory allocation instead of using UEFI boot servces in an indirect way.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
PiSmmCoreMemoryAllocationLib.inf | 2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
4 # for memory allocation instead of using SMM System Table servces in an indirect way.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AllocationDiagnostics.cpp | 1 //=- AllocationDiagnostics.cpp - Config options for allocation diags *- C++ -*-// 10 // Declares the configuration functions for leaks/allocation diagnostics. 20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation",
|
/external/libchrome/base/memory/ |
aligned_memory.cc | 35 // crash if we encounter a failed allocation; maintaining consistent behavior 36 // with a normal allocation failure in Chrome. 38 DLOG(ERROR) << "If you crashed here, your aligned allocation is incorrect: "
|
/external/replicaisland/src/com/replica/replicaisland/ |
AllocationGuard.java | 22 * allocation of AllocationGuard or its derivatives will cause an error log entry. Note 29 // An allocation has occurred while the guard is active! Report it. 30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
context_gpr.stderr.exp | 3 Uninitialised value was created by a heap allocation 9 Uninitialised value was created by a heap allocation 15 Uninitialised value was created by a heap allocation
|
/external/valgrind/memcheck/tests/x86-solaris/ |
context_gpr.stderr.exp | 3 Uninitialised value was created by a heap allocation 9 Uninitialised value was created by a heap allocation 15 Uninitialised value was created by a heap allocation
|
/external/valgrind/tests/ |
malloc.h | 12 // Allocates a 16-aligned block. Asserts if the allocation fails. 28 // Allocates a 32-aligned block. Asserts if the allocation fails. 44 // Allocates a 64-aligned block. Asserts if the allocation fails.
|
/external/webrtc/webrtc/call/ |
bitrate_allocator.cc | 43 ObserverBitrateMap allocation = AllocateBitrates(); local 44 for (const auto& kv : allocation) { 88 ObserverBitrateMap allocation = AllocateBitrates(); local 90 for (auto& kv : allocation) { 150 ObserverBitrateMap allocation; local 163 allocation[max_it->second.observer] = max_it->first; 165 allocation[max_it->second.observer] = observer_allowance; 171 return allocation; 176 ObserverBitrateMap allocation; local 180 allocation[observer.first] = observer.second.min_bitrate [all...] |
/frameworks/rs/tests/cpp_api/cppf16/ |
compute.cpp | 3 using android::RSC::Allocation; 20 sp<Allocation> alloc = Allocation::createTyped(rs, t);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
WhiteBalance.java | 21 import android.renderscript.Allocation; 28 private Allocation mSums; 33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256);
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
WhiteBalance.java | 20 import android.support.v8.renderscript.Allocation; 27 private Allocation mSums; 32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
WhiteBalance.java | 21 import android.renderscript.Allocation; 28 private Allocation mSums; 33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256);
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_refcount.java | 20 import android.renderscript.Allocation; 27 private Allocation mA; 39 mA = Allocation.createTyped(RS, mT);
|
UT_static_globals.java | 20 import android.renderscript.Allocation; 37 Allocation A = Allocation.createTyped(pRS, t);
|
/system/libhidl/transport/allocator/1.0/ |
IAllocator.hal | 28 * @return success Whether allocation succeeded. 38 * @return success Whether allocation succeeded (returns false if any allocation failed).
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
PageAllocationFailureItem.java | 27 * This stores info about page allocation failures, i.e. order. 45 * Get the order of the page allocation failure. 52 * Set the order of the page allocation failure.
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.h | 88 const Allocation *ains[RS_KERNEL_INPUT_LIMIT]; 89 Allocation *aout[RS_KERNEL_INPUT_LIMIT]; 96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT]; 113 // accumAlloc is a pointer to a single allocation of (N - !Outc) 115 // allocation acts as an accumulator.) It is created at kernel 116 // launch time. Within that allocation, the distance between the 136 // output allocation for its accumulator. 167 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout, 171 void launchReduce(const Allocation ** ains, uint32_t inLen, Allocation *aout [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestFastNormalize.java | 21 import android.renderscript.Allocation; 53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xdcfb9adc9f8882ecl, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 73 private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 127 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x151c38c30573db70l, false); 129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE) [all...] |