HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 76 - 100 of 537) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/massif/tests/
custom_alloc.post.exp 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero1.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero2.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
peak.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
basic.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
80 98.04% (11,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
94 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
110 98.04% (10,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 98.04% (6,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
142 98.04% (2,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
ignored.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
long-time.post.exp 40 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
56 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
85 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
96 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
107 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
122 100.00% (1,900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
137 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
151 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
169 100.00% (1,100,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
187 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/ImageMagick/MagickCore/
memory.c 13 % MagickCore Memory Allocation Methods %
40 % Our custom memory allocation manager implements a best-fit allocation policy
43 % sizes. It is based on the paper, "Fast Memory Allocation using Lazy Fits."
106 *allocation,
153 allocation;
433 memory_pool.allocation+=size;
482 memory_pool.allocation=SegmentSize;
752 memory_pool.segments[i]->allocation);
754 (void) UnmapBlob(memory_pool.segments[i]->allocation,
103 *allocation, member in struct:_DataSegmentInfo
150 allocation; member in struct:_MemoryPool
    [all...]
  /frameworks/rs/script_api/
rs_object_types.spec 62 summary: Handle to an allocation
64 An opaque handle to a RenderScript allocation.
66 See <a href="http://developer.android.com/reference/android/renderscript/Allocation.html">android.renderscript.Allocation</a>.
104 value: RS_ALLOCATION_USAGE_SCRIPT = 0x0001, "Allocation is bound to and accessed by scripts."
105 value: RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, "Allocation is used as a texture source."
109 value: RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, "Allocation is used as a Surface consumer."
110 value: RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, "Allocation is used as a Surface producer."
111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another object (usually a Bitmap). Copying to or from the original source Bitmap will cause a synchronization rather than a full copy."
112 summary: Bitfield to specify how an allocation is use
    [all...]
  /external/caliper/
Android.mk 34 caliper-java-allocation-instrumenter-host \
124 caliper-java-allocation-instrumenter-host:lib/java-allocation-instrumenter-2.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
  /external/valgrind/memcheck/tests/
leak-autofreepool-5.stderr.exp 8 Blocks allocation contexts:
  /frameworks/av/media/libstagefright/codec2/include/
C2Buffer.h 487 * A constant (read-only) linear block (portion of an allocation) with an acquire fence.
490 * This class is copiable and contains a reference to the allocation that it is based on.
968 * A constant (read-only) graphic block (portion of an allocation) with an acquire fence.
971 * This class is copiable and contains a reference to the allocation that it is based on.
    [all...]
  /frameworks/rs/
rsProgramFragment.cpp 49 ALOGE("Unable to set fixed function emulation color because allocation is missing");
50 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
57 void *p = rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]);
60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(),
rsMesh.cpp 45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
53 mHal.state.vertexBuffers = new Allocation *[mHal.state.vertexBuffersCount];
58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount];
59 mIndexBuffers = new ObjectBaseRef<Allocation>[mHal.state.primitivesCount];
117 ObjectBaseRef<Allocation> *vertexBuffers = nullptr;
119 vertexBuffers = new ObjectBaseRef<Allocation>[vertexBuffersCount];
122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
128 ObjectBaseRef<Allocation> *indexBuffers = nullptr;
131 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount]
    [all...]
rsScriptC_LibGL.cpp 45 void rsrBindTexture(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
51 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
57 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) {
89 void rsrBindFrameBufferObjectColorTarget(Context *rsc, Allocation *a, uint32_t slot) {
95 void rsrBindFrameBufferObjectDepthTarget(Context *rsc, Allocation *a) {
213 void rsrDrawTextAlloc(Context *rsc, Allocation *a, int x, int y) {
214 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a);
217 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
241 void rsrMeasureTextAlloc(Context *rsc, Allocation *a,
244 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a)
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
example_pool_test.go 19 // value without an allocation:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go 19 // If the allocation happens after storing through
issue16515.go 38 sink = &s // force heap allocation
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 19 // value without an allocation:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug320.go 19 // If the allocation happens after storing through
issue16515.go 38 sink = &s // force heap allocation
  /system/core/libmemunreachable/
LeakFolding.cpp 75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) {
76 if (!allocation.referenced_from_root) {
  /external/nanopb-c/generator/
nanopb_generator.py 199 # Check if the field can be implemented with static allocation
219 self.allocation = 'STATIC'
221 self.allocation = 'POINTER'
223 self.allocation = 'CALLBACK'
239 if self.allocation == 'STATIC':
245 if self.allocation == 'STATIC':
248 elif self.allocation == 'POINTER':
262 if self.allocation == 'POINTER':
274 elif self.allocation == 'CALLBACK':
277 if self.rules == 'OPTIONAL' and self.allocation == 'STATIC'
    [all...]
  /external/nanopb-c/
pb.h 175 /**** Field allocation types ****/
350 /* Memory allocation functions to use. You can define pb_realloc and
471 * - Allocation: STATIC or CALLBACK
478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \
479 PB_ ## rules ## _ ## allocation(tag, message, field, \
490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \
491 PB_ ## rules ## _ ## allocation(tag, message, field, \

Completed in 407 milliseconds

1 2 34 5 6 7 8 91011>>