HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 1876 - 1900 of 2813) sorted by null

<<71727374757677787980>>

  /sdk/emulator/qtools/
dmtrace.cpp 72 char *data = (char *)malloc(size);
  /system/core/adb/
adb_client.c 327 tmp = malloc(n + 1);
commandline.c 63 x = malloc(n);
266 char* buf = (char*) malloc(BUFSIZE);
358 fds = malloc(sizeof(int) * 2);
530 ret = (char *)malloc(alloc_len + 1);
    [all...]
  /system/core/libcorkscrew/
map_info.c 167 my_map_info_data_t* data = (my_map_info_data_t*)malloc(sizeof(my_map_info_data_t));
  /system/core/libcutils/
abort_socket.c 48 s = malloc(sizeof(struct asocket));
open_memstream.c 323 char* cmp = malloc(kCmpLen);
  /system/core/libdiskconfig/
config_mbr.c 312 if (!(dev_name = malloc(MAX_NAME_LEN))) {
  /system/core/libzipfile/
centraldir.c 235 Zipentry* entry = malloc(sizeof(Zipentry));
  /system/core/mkbootimg/
mkbootimg.c 43 data = (char*) malloc(sz);
  /system/extras/ext4_utils/
ext2simg.c 124 block_bitmap = malloc(info.block_size);
  /system/extras/fatblock/
fs.c 220 fs->fat = malloc(fs->fat_size);
  /system/extras/procrank/
procrank.c 175 procs[i] = malloc(sizeof(struct proc_info));
177 fprintf(stderr, "malloc: %s\n", strerror(errno));
  /system/extras/showslab/
showslab.c 97 p = malloc(sizeof (struct slab_info));
99 perror("malloc");
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 335 data = malloc( fsize );
  /system/netd/
TetherController.cpp 138 char **args = (char **)malloc(sizeof(char *) * num_processed_args);
  /external/libusb/libusb/os/
linux_usbfs.c 618 buf = malloc(config.wTotalLength);
680 priv->sysfs_dir = malloc(strlen(sysfs_dir) + 1);
748 dev_buf = malloc(DEVICE_DESC_LENGTH);
    [all...]
  /external/libusb_aah/libusb/os/
linux_usbfs.c 805 buf = malloc(config.wTotalLength);
867 priv->sysfs_dir = malloc(strlen(sysfs_dir) + 1);
949 dev_buf = malloc(DEVICE_DESC_LENGTH);
    [all...]
  /external/sqlite/dist/orig/
shell.c 330 ** the text in memory obtained from malloc() and returns a pointer
331 ** to the text. NULL is returned at end of file, or if malloc()
348 zLine = malloc( nLine );
878 z = p->zDestTable = malloc( n+1 );
894 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
895 ** added to zIn, and the result returned in memory obtained from malloc().
    [all...]
  /external/sqlite/dist/
shell.c 335 ** the text in memory obtained from malloc() and returns a pointer
336 ** to the text. NULL is returned at end of file, or if malloc()
353 zLine = malloc( nLine );
883 z = p->zDestTable = malloc( n+1 );
899 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
900 ** added to zIn, and the result returned in memory obtained from malloc().
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 245 result=(UChar*)malloc(sizeof(UChar) * resultlength);
278 result=(UChar*)malloc(sizeof(UChar) * resultlength);
332 result=(UChar*)malloc(sizeof(UChar) * resultlength);
422 result=(UChar*)malloc(sizeof(UChar) * resultlength);
471 result=(UChar*)malloc(sizeof(UChar) * resultlength);
496 result=(UChar*)malloc(sizeof(UChar) * resultlength);
532 result=(UChar*)malloc(sizeof(UChar) * resultlength);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 400 if ((buf = (char *) malloc(bufsize)) == NULL)
460 if ((buf = (char *) malloc(bufsz)) == NULL)
509 if ((buf = (char *) malloc(bufsz)) == NULL)
547 if ((buf = (char *) malloc(bufsz)) == NULL) {
821 if ((fmt = (char *) malloc(fmtsz)) == NULL)
949 if ((buf = (char *) malloc(bufsz)) == NULL)
972 if ((buf = (char *) malloc(bufsz)) == NULL)
1156 s = (char *) malloc(n1 + n2 + 1);
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 450 /* The parser invokes alloca or malloc; define the necessary symbols. */
461 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
493 && ! ((defined YYMALLOC || defined malloc) \
501 # define YYMALLOC malloc
502 # if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
504 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 406 rules = (UChar *)malloc(sizeof(UChar) *
421 rules = (UChar *)malloc(sizeof(UChar) *
    [all...]
  /external/strace/
system.c     [all...]
util.c 606 str = malloc(max_strlen + 1);
608 outstr = malloc(4 * max_strlen + sizeof "\"...\"");
675 || (iov = malloc(size)) == NULL) {
712 if ((str = malloc(len)) == NULL) {
    [all...]

Completed in 1120 milliseconds

<<71727374757677787980>>