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

<<51525354555657585960>>

  /external/icu4c/test/cintltst/
spooftest.c 144 fileName = malloc(strlen(dataSrcDir) + 100);
149 confusables = malloc(3000000);
159 confusablesWholeScript = malloc(1000000);
195 buf = (char *)malloc(serializedSize + 10);
  /external/icu4c/tools/icuinfo/
testplug.c 22 #include <stdlib.h> /* for malloc */
157 void *retPtr = (void *)malloc(size);
159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr);
  /external/iproute2/lib/
ll_map.c 67 im = malloc(sizeof(*im));
  /external/iproute2/tc/
tc_core.c 166 *stab = malloc(s->tsize * sizeof(__u16));
tc_stab.c 23 #include <malloc.h>
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 92 binbuf = malloc(binlen);
  /external/jpeg/
jmemdos.c 48 extern void * malloc JPP((size_t size));
62 #include <malloc.h> /* need _fmalloc(), _ffree() */
69 #define far_malloc(x) malloc(x)
162 * routines malloc() and free().
168 return (void *) malloc(sizeofobject);
  /external/libpcap/
pcap-bpf.c 621 p = (pcap_t *)malloc(sizeof(*p));
623 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
660 * on BPF systems that don't have kernel malloc. And if
760 bdl.bfl_list = (u_int *) malloc(sizeof(u_int) * (bdl.bfl_len + 1));
762 (void)snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
828 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
943 p->buffer = (u_char *)malloc(p->bufsize);
945 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
pcap-septel.c 212 handle = malloc(sizeof(*handle));
214 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc %s: %s", device, pcap_strerror(errno));
293 "malloc: %s", pcap_strerror(errno));
  /external/libpng/contrib/gregbook/
wpng.c 441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL)
707 wpng_info.image_data = (uch *)malloc(image_bytes);
708 wpng_info.row_pointers = (uch **)malloc(wpng_info.height*sizeof(uch *));
735 wpng_info.image_data = (uch *)malloc(rowbytes);
  /external/libselinux/src/
avc_internal.h 72 return avc_func_malloc ? avc_func_malloc(size) : malloc(size);
procattr.c 43 buf = malloc(size);
  /external/libsepol/src/
expand.c 105 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
199 new_perm = (perm_datum_t *) malloc(sizeof(perm_datum_t));
239 new_common = (common_datum_t *) malloc(sizeof(common_datum_t));
293 (constraint_node_t *) malloc(sizeof(constraint_node_t));
412 new_class = (class_datum_t *) malloc(sizeof(class_datum_t));
647 new_alias = (type_datum_t *) malloc(sizeof(type_datum_t));
807 new_role = (role_datum_t *) malloc(sizeof(role_datum_t));
955 new_user = (user_datum_t *) malloc(sizeof(user_datum_t));
1069 new_bool = (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
1118 new_level = (level_datum_t *) malloc(sizeof(level_datum_t))
    [all...]
policydb_public.c 65 *sp = malloc(sizeof(sepol_policydb_t));
  /external/libusb/libusb/
sync.c 84 buffer = malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength);
  /external/libusb_aah/libusb/
sync.c 84 buffer = malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength);
  /external/libvpx/libvpx/
example_xma.c 189 mmap.priv = malloc(mmap.sz + align);
  /external/libvpx/libvpx/nestegg/halloc/src/
halloc.c 142 * malloc/free api
191 if (! (p = malloc(1)))
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 115 # define malloc vpx_malloc macro
  /external/libxml2/
globals.c 100 * The variable holding the libxml malloc() implementation
104 xmlMallocFunc xmlMalloc = (xmlMallocFunc) malloc;
109 * The variable holding the libxml malloc() implementation for atomic
115 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) malloc;
536 gs->xmlMalloc = (xmlMallocFunc) malloc;
537 gs->xmlMallocAtomic = (xmlMallocFunc) malloc;
triop.h 71 # define TRIO_MALLOC(n) malloc(n)
xmlmemory.c 24 #include <malloc.h>
155 * a malloc() equivalent, with logging of the allocation info.
169 "Malloc(%d)\n",size);
174 p = (MEMHDR *) malloc(RESERVE_SIZE+size);
199 "Malloc(%d) Ok\n",size);
208 "%p : Malloc(%lu) Ok\n", xmlMemTraceBlockAt,
224 * a malloc() equivalent, with logging of the allocation info.
238 "Malloc(%d)\n",size);
243 p = (MEMHDR *) malloc(RESERVE_SIZE+size);
268 "Malloc(%d) Ok\n",size)
    [all...]
  /external/linux-tools-perf/util/
thread.c 17 self->comm = malloc(32);
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 191 malloc(sizeof(LiveIntervalUnion)*NSize));
  /external/llvm/lib/Support/
regexec.c 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \

Completed in 1923 milliseconds

<<51525354555657585960>>