HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 551 - 575 of 4430) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
config.h 14 /* Define if you have the <malloc.h> header file. */
  /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));
  /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/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);
  /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
  /prebuilts/gcc/linux-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/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
execinfo.h 32 malloc()ed memory block. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
ISO646.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libSegFault.so 
libanl-2.7.so 
libanl.so 
libanl.so.1 
libmenu.so 
libmenu.so.5 
libmenu.so.5.6 
libnss_compat-2.7.so 

Completed in 725 milliseconds

<<21222324252627282930>>