HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 301 - 325 of 3591) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_tracker.h 72 to the memory tracker allocation table
84 Removes the specified address from the memory tracker's allocation
88 -1: if memory allocation table's mutex could not be locked
96 allocation table
106 tracker allocation table
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 11 // allocation. Iterators are provided for all data and code allocations.
19 for (SmallVectorImpl<Allocation>::iterator
23 for (SmallVectorImpl<Allocation>::iterator
36 AllocatedCodeMem.push_back(Allocation(Block, Alignment));
48 AllocatedDataMem.push_back(Allocation(Block, Alignment));
  /external/qemu/elff/
elf_alloc.h 44 * For better allocation performance, ElfAllocator keeps its list of
45 * allocated chunks in reverse order (relatively to the chunk allocation
72 * for DWARF object allocation implementation. See DwarfAllocBase for more
99 * in reverse order (relatively to the chunk allocation sequence).
121 * Implements allocation of objects of derived classes from elf's "chunked"
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 25 collected and presented per allocation point (allocation
29 <listitem><para>Total allocation (number of bytes and
36 between allocation and freeing)</para></listitem>
41 <listitem><para>for allocation points which always allocate blocks
47 <para>Using these statistics it is possible to identify allocation
111 <para>Over the entire run of the program, this stack (allocation
161 transient allocation-free spike -- rather, it is spread out over a
173 <sect3><title>A fairly harmless allocation point record</title></sect3>
228 simply leaked. So, here is 180k of completely useless allocation tha
    [all...]
  /external/valgrind/main/memcheck/tests/
origin3-no.stderr.exp 6 Uninitialised value was created by a heap allocation
16 Uninitialised value was created by a stack allocation
24 Uninitialised value was created by a heap allocation
34 Uninitialised value was created by a heap allocation
44 Uninitialised value was created by a heap allocation
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 38 // These functions return 0 if an allocation fails.
82 // size as the minimally aligned memory allocation.
101 // allocation which identifies how it was originally allocated.
103 // allocation operation. If memory is allocated with operator new[]
106 // the allocation memory which is assigned one of the AllocType
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 31 import android.renderscript.Allocation;
178 Allocation pvParams = null, vertexConstants = null;
181 vertexConstants = Allocation.createTyped(rs, pv.getObjectConstants());
191 Allocation pfParams = null, fragmentConstants = null;
194 fragmentConstants = Allocation.createTyped(rs, pf.getObjectConstants());
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 22 import android.renderscript.Allocation;
47 private Allocation image1;
48 private Allocation image2;
71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 22 import android.renderscript.Allocation;
47 private Allocation image1;
48 private Allocation image2;
71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 44 * For better allocation performance, ElfAllocator keeps its list of
45 * allocated chunks in reverse order (relatively to the chunk allocation
72 * for DWARF object allocation implementation. See DwarfAllocBase for more
99 * in reverse order (relatively to the chunk allocation sequence).
121 * Implements allocation of objects of derived classes from elf's "chunked"
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 101 // Allocation
105 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) {
110 static void SC_AllocationSyncAll(Allocation *a) {
115 static void SC_AllocationCopy1DRange(Allocation *dstAlloc,
119 Allocation *srcAlloc,
126 static void SC_AllocationCopy2DRange(Allocation *dstAlloc,
130 Allocation *srcAlloc,
142 static void SC_AllocationIoSend(Allocation *alloc) {
148 static void SC_AllocationIoReceive(Allocation *alloc) {
159 static void SC_BindTexture(ProgramFragment *pf, uint32_t slot, Allocation *a)
    [all...]
  /dalvik/vm/oo/
Array.h 42 * Returns NULL with an exception raised if allocation fails.
54 * Returns NULL with an exception raised if allocation fails.
64 * Returns NULL with an exception raised if allocation fails.
  /external/icu4c/common/
cmemory.c 9 * File cmemory.c ICU Heap allocation.
10 * All ICU heap allocation, both for C and C++ new of ICU
13 * If you have a need to replace ICU allocation, this is the
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 21 libc.so hooks up every memory allocation call (malloc, free, calloc, realloc,
23 emulator, providing an allocation descriptor that contains information about
24 allocation block and operation that is being performed on this block. Emulator
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocation.h 69 The PageAllocation class provides a cross-platform memory allocation interface
72 PageAllocation object. The PageAllocation holds the allocation's base pointer
107 // Clear base & size before calling release; if this is *inside* allocation
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 27 /* This function is used for memory allocation and free. It can be called in */
34 /* When this function is called for memory allocation (hInstance=NULL) the memory */
163 /* Read back memory allocation table */
  /frameworks/base/libs/hwui/
PathTessellator.h 43 allocate space within the first allocation (useful if you want to eventually allocate
52 // not first re-allocation, leave space for degenerate triangles to separate strips
86 void* mReallocBuffer; // used for multi-allocation
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
TestBase.java 40 protected Allocation mInPixelsAllocation;
41 protected Allocation mInPixelsAllocation2;
42 protected Allocation mOutPixelsAllocation;
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.h 47 * that the PMEM device driver have kernel allocation disabled.
120 * A PMEM allocator that allocates each individual allocation from the kernel
122 * particular PMEM device being allocated from to support kernel allocation.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
FilterEnvironment.java 20 import android.support.v8.renderscript.Allocation;
110 Allocation in, Allocation out) {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 60 //private Allocation mState;
66 private Allocation[] mSourceTextures;
67 private Allocation[] mRealTextures;
270 mRealTextures[index] = Allocation.createTyped(mRS, mTextureType,
271 Allocation.MipmapControl.MIPMAP_NONE,
272 Allocation.USAGE_SCRIPT |
273 Allocation.USAGE_GRAPHICS_TEXTURE);
274 mSourceTextures[index] = Allocation.createTyped(mRS, mTextureType,
275 Allocation.MipmapControl.MIPMAP_NONE,
276 Allocation.USAGE_SCRIPT)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
agpgart.h 91 int key; /* tag of allocation */
101 int key; /* tag of allocation */
106 int key; /* tag of allocation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h 91 int key; /* tag of allocation */
101 int key; /* tag of allocation */
106 int key; /* tag of allocation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h 91 int key; /* tag of allocation */
101 int key; /* tag of allocation */
106 int key; /* tag of allocation */
  /system/core/include/cutils/
hashmap.h 35 * Creates a new hash map. Returns NULL if memory allocation fails.
59 * If memory allocation fails, this function returns NULL, the map's size
79 * If memory allocation fails, the callback is not called, this function

Completed in 789 milliseconds

<<11121314151617181920>>