Searched
full:malloc (Results
876 -
900 of
6596) sorted by null
<<31323334353637383940>>
/external/valgrind/main/memcheck/tests/s390x/ |
cu42.stderr.exp | 5 at 0x........: malloc (vg_replace_malloc.c:...) 12 at 0x........: malloc (vg_replace_malloc.c:...) 19 at 0x........: malloc (vg_replace_malloc.c:...) 26 at 0x........: malloc (vg_replace_malloc.c:...)
|
/external/valgrind/main/memcheck/tests/ |
varinfo2.c | 24 char* undefp = malloc(1);
|
varinfo4.c | 24 char* undefp = malloc(1);
|
/external/valgrind/main/none/tests/ |
pth_once.c | 59 id_arg = (int *)malloc(NUM_THREADS*sizeof(int));
|
/external/webp/src/utils/ |
utils.h | 32 // size-checking safe malloc/calloc: verify that the requested size is not too 34 // malloc(sizeof(foo)), but only if there's picture-dependent size involved 35 // somewhere (like: malloc(num_pixels * sizeof(*something))). That's why this 36 // safe malloc() borrows the signature from calloc(), pointing at the dangerous
|
/external/webrtc/src/modules/audio_processing/ns/ |
noise_suppression.c | 36 *NS_inst = (NsHandle*) malloc(sizeof(NSinst_t));
|
noise_suppression_x.c | 36 *nsxInst = (NsxHandle*)malloc(sizeof(NsxInst_t));
|
/external/webrtc/src/system_wrappers/source/ |
atomic32_posix.cc | 15 #include <malloc.h>
|
/frameworks/av/media/libstagefright/codecs/common/ |
cmnMemory.c | 34 pMemInfo->VBuffer = malloc (pMemInfo->Size);
|
/frameworks/av/media/libstagefright/foundation/ |
ABuffer.cpp | 26 : mData(malloc(capacity)),
|
/frameworks/base/media/mca/filterfw/native/core/ |
value.cpp | 46 result.value = malloc(sizeof(POD)); 56 result.value = malloc(sizeof(BASE) * count); 66 value->value = malloc(sizeof(POD)); 80 value->value = malloc(sizeof(BASE) * count);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
ucode_download.c | 49 buf = malloc(WLC_IOCTL_MEDLEN); 84 new_buf = (unsigned char *)malloc(size2alloc); 168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header))) 191 ucodetrx_buf = (unsigned char *)malloc(ucode_info_len *
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMem.h | 97 gralloc::IAllocController* mAlloc; 111 mAlloc = gralloc::IAllocController::getInstance(); 140 err = mAlloc->allocate(data, allocFlags); 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMem.h | 97 gralloc::IAllocController* mAlloc; 111 mAlloc = gralloc::IAllocController::getInstance(); 141 err = mAlloc->allocate(data, allocFlags); 162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayMem.h | 97 gralloc::IAllocController* mAlloc; 111 mAlloc = gralloc::IAllocController::getInstance(); 140 err = mAlloc->allocate(data, allocFlags); 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Memory.c | 44 return (OMX_PTR)malloc(size);
|
/hardware/ti/omap4xxx/ |
Android.mk | 13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.c | 96 partitionNames[0] = malloc (strlen(tmpChar) + 1); 106 partitionNames[1] = malloc (strlen(tmpChar) + 1); 116 partitionNames[2] = malloc (strlen(tmpChar) + 1); 126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
strndup.c | 32 char *new = malloc (len + 1);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
regexp.c | 94 new_regex->pattern.fastmap = malloc (1 << (sizeof (char) * 8)); 185 { /* No. So allocate them with malloc. */ 186 regs->start = MALLOC (need_regs, regoff_t); 187 regs->end = MALLOC (need_regs, regoff_t);
|
/packages/apps/Gallery2/jni/filters/ |
highlight.c | 28 unsigned short * hsv = (unsigned short *)malloc(3*sizeof(short));
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
prefix.h | 25 string is always malloc-ed, and the caller is responsible for
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
prefix.h | 25 string is always malloc-ed, and the caller is responsible for
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
prefix.h | 25 string is always malloc-ed, and the caller is responsible for
|
Completed in 3954 milliseconds
<<31323334353637383940>>