HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 176 - 200 of 951) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.h 57 void *(*alloc)(struct util_slab_mempool *pool); member in struct:util_slab_mempool
84 #define util_slab_alloc(pool) (pool)->alloc(pool)
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 3 template<typename T> struct alloc {}; struct
4 template<typename T> using Alloc = alloc<T>;
5 template<typename T, typename A = Alloc<T>> struct vector {};
27 Alloc<int> AC;
31 h<Alloc>(AC);
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.h 57 void *(*alloc)(struct util_slab_mempool *pool); member in struct:util_slab_mempool
84 #define util_slab_alloc(pool) (pool)->alloc(pool)
  /external/valgrind/main/coregrind/
m_poolalloc.c 39 void* (*alloc)(const HChar*, SizeT); /* pool allocator */ member in struct:_PoolAlloc
53 void* (*alloc)(const HChar*, SizeT),
61 vg_assert(alloc);
64 pa = alloc(cc, sizeof(*pa));
71 pa->alloc = alloc;
74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) );
99 pool = pa->alloc( pa->cc, pa->elemSzB * pa->nPerPool );
  /external/valgrind/main/memcheck/tests/
exitprog.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
fwrite.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
inline.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
malloc1_ks_none.stderr.exp 8 Address 0x........ is 1 bytes before a block of size 10 alloc'd
badaddrvalue.stderr.exp 3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
badpoll.stderr.exp 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon4491
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-oina.c 45 OI_UINT8 alloc,
74 if (alloc > SBC_SNR) {
87 context->common.frameInfo.alloc = alloc;
framing-sbc.c 49 printf(" alloc: %s\n", OI_CODEC_SBC_AllocText[frameInfo->alloc]);
  /external/chromium_org/base/memory/
singleton_objc.h 13 // of [[NSExampleType alloc] init]. Subsequent calls will return the same
24 // return [[Foo alloc] initWithName:@"selecty"];
37 // are instantiated by sending |alloc| and |init| messages, and are deallocated
43 return [[Type alloc] init];
  /external/clang/test/PCH/
objc_methods.h 4 + alloc; variable
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 33 static LibbacktraceSymbolizer *get(LowLevelAllocator *alloc);
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsym.c 78 bool alloc = true; local
86 alloc = unlikely (shdr == NULL) || (shdr->sh_flags & SHF_ALLOC);
91 *shndxp = alloc ? shndx : (GElf_Word) -1;
115 else if (alloc)
  /external/valgrind/main/include/
pub_tool_poolalloc.h 39 // This pool allocator manages elements alloc/free by allocating
54 for elements of the specified size. Alloc fn must not fail (that
58 void* (*alloc)(const HChar*, SizeT),
  /external/valgrind/main/massif/tests/
deep-B.post.exp 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --depth=8 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /frameworks/rs/driver/runtime/
rs_sample.c 268 getBilinearSample1D(const Allocation_t *alloc, float2 weights,
272 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
318 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3,
322 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
323 size_t stride = alloc->mHal.drvState.lod[lod].stride;
348 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk,
351 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk,
388 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
389 size_t stride = alloc->mHal.drvState.lod[lod].stride
536 const Allocation_t *alloc = (const Allocation_t *)a.p; local
588 const Allocation_t *alloc = (const Allocation_t *)a.p; local
635 const Allocation_t *alloc = (const Allocation_t *)a.p; local
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 29 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::tinyutils::SharedBuffer
52 SharedBuffer* sb = alloc(mSize);
71 SharedBuffer* sb = alloc(newSize);
91 SharedBuffer* sb = alloc(new_size);
  /system/core/libutils/
SharedBuffer.cpp 27 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::SharedBuffer
50 SharedBuffer* sb = alloc(mSize);
69 SharedBuffer* sb = alloc(newSize);
89 SharedBuffer* sb = alloc(new_size);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
113 alloc->len = (alloc->len + 4095) & (~4095);
115 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
121 ion_info_fd->handle = alloc->handle;
129 alloc->len,
257 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
265 alloc->len = (alloc->len + 4095) & (~4095);
266 alloc->align = 4096
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
113 alloc->len = (alloc->len + 4095) & (~4095);
115 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
121 ion_info_fd->handle = alloc->handle;
129 alloc->len,
275 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
283 alloc->len = (alloc->len + 4095) & (~4095);
285 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
    [all...]

Completed in 560 milliseconds

1 2 3 4 5 6 78 91011>>