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

<<41424344454647484950>>

  /bionic/libc/stdio/
makebuf.c 62 if ((p = malloc(size)) == NULL) {
  /bionic/libc/stdlib/
setenv.c 80 malloc((size_t)((int)(C - name) + l_value + 2))))
  /bionic/libstdc++/include/
cstdlib 92 using ::malloc;
  /bootable/recovery/applypatch/
bsdiff.c 245 *IP = malloc((oldsize+1) * sizeof(off_t));
246 V = malloc((oldsize+1) * sizeof(off_t));
252 if(((db=malloc(newsize+1))==NULL) ||
253 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
  /bootable/recovery/minadbd/
services.c 129 sti = malloc(sizeof(stinfo));
  /dalvik/libdex/
DexDataMap.cpp 44 map = (DexDataMap*) malloc(size);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 88 char *dest = (char *) malloc(len + 1);
162 records = (dataRecord *) malloc(sizeof(dataRecord) * numRecords);
163 callStack = (stack *) malloc(sizeof(stack) * numThreads);
201 stk = (dataRecord **) malloc(sizeof(dataRecord *) * maxFrames);
  /dalvik/tools/gdbjithelper/
gdbjithelper.c 19 #include <malloc.h>
  /dalvik/vm/native/
java_lang_reflect_Array.cpp 105 (char*) malloc(strlen(elementClass->descriptor) + numDim + 1);
  /development/ndk/platforms/android-3/include/
string.h 33 #include <malloc.h>
  /device/asus/grouper/liblights/
lights.c 126 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /device/moto/stingray/ril/
libmoto_intfutil_ril.so 
qbpfs 
  /device/samsung/crespo/liblight/
lights.c 103 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /external/blktrace/btt/
mmap.c 73 *pdu = malloc(tp->pdu_len);
q2d.c 59 struct q2d_info *q2dp = malloc(sizeof(*q2dp));
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 67 list = malloc (sizeof (XdgAliasList));
xdgmimeicon.c 66 list = malloc (sizeof (XdgIconList));
xdgmimemagic.c 105 matchlet = malloc (sizeof (XdgMimeMagicMatchlet));
171 retval = malloc (len);
398 matchlet->value = malloc (matchlet->value_length);
419 matchlet->mask = malloc (matchlet->value_length);
  /external/bluetooth/glib/glib/
gmem.h 85 gpointer (*malloc) (gsize n_bytes); member in struct:_GMemVTable
  /external/chromium/base/
tools_sanity_unittest.cc 91 char *foo = reinterpret_cast<char*>(malloc(10));
  /external/chromium/crypto/
cssm_init.cc 24 return malloc(size);
  /external/chromium/sdch/bsd/
config.h 22 /* Define to 1 if you have the <malloc.h> header file. */
  /external/chromium/sdch/linux/
config.h 22 /* Define to 1 if you have the <malloc.h> header file. */
  /external/chromium/sdch/mac/
config.h 22 /* Define to 1 if you have the <malloc.h> header file. */

Completed in 897 milliseconds

<<41424344454647484950>>