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

<<61626364656667686970>>

  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 63 utf8=(char *)malloc(utf8Length);
  /external/iproute2/misc/
lnstat_util.c 177 lf = malloc(sizeof(*lf));
  /external/ipsec-tools/
main.c 85 args[i] = malloc(length + 1);
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 197 if ((buf = malloc(buflen)) == NULL) {
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 851 ptr = malloc(160);
877 ptr = malloc(40);
916 ptr = malloc(CAP_LAST_CAP*18);
939 void *ptr = malloc(sizeof(m));
  /external/libmtp/examples/
detect.c 226 buf = malloc(XML_BUFSIZE);
pathutils.c 44 current = malloc (strlen(parent) + strlen(folder->name) + 2);
  /external/libpcap/
fad-gifc.c 306 buf = malloc(buf_size);
309 "malloc: %s", pcap_strerror(errno));
fad-glifc.c 139 buf = malloc(buf_size);
142 "malloc: %s", pcap_strerror(errno));
pcap-dlpi.c 483 p = (pcap_t *)malloc(sizeof(*p));
804 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
929 p->buffer = (u_char *)malloc(p->bufsize + p->offset);
    [all...]
pcap-linux.c 260 handle = malloc(sizeof(*handle));
262 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
412 handle->buffer = malloc(handle->bufsize + handle->offset);
415 "malloc: %s", pcap_strerror(errno));
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 628 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
634 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *));
681 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
826 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
    [all...]
  /external/libppp/src/
arp.c 253 if ((buf = malloc(needed)) == NULL)
defs.c 396 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
  /external/libsepol/src/
genbools.c 83 if ((buffer = (char *)malloc(255 * sizeof(char))) == NULL) {
  /external/libusb_aah/libusb/
core.c 476 malloc(sizeof(*ret) + (sizeof(void *) * DISCOVERED_DEVICES_SIZE_STEP));
640 ret = malloc(sizeof(void *) * (len + 1));
    [all...]
  /external/libvorbis/examples/
seeking_example.c 115 bigassbuffer=malloc(pcmlength*2); /* w00t */
  /external/libvpx/libvpx/
args.c 104 char **new_argv = malloc((argc + 1) * sizeof(*argv));
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 26 addr = malloc(size + align - 1 + ADDRESS_STORAGE_SIZE);
31 /* save the actual malloc address */
  /external/libxslt/libxslt/
attrvt.c 69 "xsltNewAttrVTPtr : malloc failed\n");
327 "xsltCompileAttr: malloc problem\n");
  /external/linux-tools-perf/util/
event.c 302 comm_event = malloc(sizeof(comm_event->comm) + session->id_hdr_size);
306 mmap_event = malloc(sizeof(mmap_event->mmap) + session->id_hdr_size);
334 comm_event = malloc(sizeof(comm_event->comm) + session->id_hdr_size);
338 mmap_event = malloc(sizeof(mmap_event->mmap) + session->id_hdr_size);
  /external/llvm/runtime/libprofile/
PathProfiling.c 173 hashEntry = malloc(sizeof(pathHashEntry_t));
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 86 CacheEntity *storage = malloc(sizeof(CacheEntity) * RR_CACHE_SIZE);
  /external/mdnsresponder/mDNSShared/
dnsextd.c 248 newSource = ( EventSource*) malloc( sizeof *newSource );
409 // returned value is allocated with Malloc, and contains sufficient extra
456 pkt = malloc(allocsize);
457 require_action_quiet( pkt, exit, err = mStatus_NoMemoryErr; LogErr( "RecvPacket", "malloc" ) );
790 cr = malloc(size);
791 if (!cr) { LogErr("CopyCacheRecord", "malloc"); return NULL; }
812 new = malloc(sizeof(RRTableElem *) * newnbuckets);
813 if (!new) { LogErr("RehashTable", "malloc"); return; }
    [all...]
  /external/netperf/
netcpu_pstatnew.c 92 psp = (struct pst_processor *)malloc(lib_num_loc_cpus * sizeof(*psp));
94 printf("malloc(%d) failed!\n", lib_num_loc_cpus * sizeof(*psp));

Completed in 1343 milliseconds

<<61626364656667686970>>