Searched refs:malloc (Results 476 - 500 of 2881) sorted by last modified time

<<11121314151617181920>>

/external/valgrind/main/none/tests/amd64/
H A Dmovbe.c5 #include <malloc.h>
H A Dnan80and64.c99 UChar* res = malloc(10);
H A Dsse4-64.c15 //#include "tests/malloc.h" // reenable when reintegrated
25 #include <malloc.h>
32 // Darwin lacks memalign, but its malloc is always 16-aligned anyway.
33 x = malloc(szB);
/external/valgrind/main/none/tests/arm/
H A Dldrt.c7 #include <malloc.h>
86 unsigned char* b = malloc(256);
93 unsigned char* c = malloc(256);
102 unsigned char* d = malloc(256);
110 unsigned char* e = malloc(256);
H A Dldrt_arm.c4 #include <malloc.h>
175 unsigned char* b = malloc(256);
182 unsigned char* c = malloc(256);
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c4 #include <malloc.h> // memalign
H A Dinteger.c13 #include <malloc.h> // memalign
/external/valgrind/main/none/tests/
H A Dbitfield1.c14 Fooble* f = malloc(sizeof(Fooble));
H A Dbug129866.c9 result = malloc (size);
H A Dcmdline1.stdout.exp54 user options for Valgrind tools that replace malloc:
102 To use a non-libc malloc library that is
H A Dcmdline2.stdout.exp54 user options for Valgrind tools that replace malloc:
102 To use a non-libc malloc library that is
170 debugging options for Valgrind tools that replace malloc:
171 --trace-malloc=no|yes show client malloc details? [no]
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.c20 struct accessx_descriptor* entries = malloc(entries_szB);
/external/tinycompress/
H A Dcplay.c261 buffer = malloc(size * config.fragments);
/external/tremolo/Tremolo/
H A Dmisc.c76 pointers=(void **)malloc(sizeof(void **)*palloced);
77 insertlist=(long *)malloc(sizeof(long *)*palloced);
103 files=malloc(filecount*sizeof(*files));
104 file_bytes=malloc(filecount*sizeof(*file_bytes));
216 ptr=malloc(bytes);
H A Dos.h60 # include <malloc.h>
H A Dos_types.h49 different malloc than stdlib */
50 #define _ogg_malloc malloc
/external/tcpdump/
H A Daddrtoname.c433 tp->e_nsap = (u_char *)malloc(nlen + 1);
435 error("lookup_nsap: malloc");
567 tp->e_name = cp = (char *)malloc(len*3);
569 error("linkaddr_string: malloc");
649 tp->e_name = cp = (char *)malloc(sizeof("xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx"));
651 error("isonsap_string: malloc");
H A Dprint-decnet.c862 str = (char *)malloc(siz = sizeof("00.0000"));
864 error("dnnum_string: malloc");
H A Dprint-esp.c155 nsa = (struct sa_list *)malloc(sizeof(struct sa_list));
H A Dprint-ppp.c1273 b = (u_int8_t *)malloc(length);
H A Dprint-rx.c1072 if ((user = (char *)malloc(maxsize)) == NULL)
H A Dtcpdump.c605 char *filename = malloc(PATH_MAX + 1);
607 error("Makefilename: malloc");
1484 dumpinfo.CurrentFileName = (char *)malloc(PATH_MAX + 1);
1487 error("malloc of dumpinfo.CurrentFileName");
1845 dump_info->CurrentFileName = (char *)malloc(PATH_MAX + 1);
1847 error("dump_packet_and_trunc: malloc");
1897 dump_info->CurrentFileName = (char *)malloc(PATH_MAX + 1);
1899 error("dump_packet_and_trunc: malloc");
/external/tcpdump/missing/
H A Ddatalinks.c62 *dlt_buffer = (int*)malloc(sizeof(**dlt_buffer));
H A Dsnprintf.c479 tmp = malloc (sz);
510 tmp = malloc (val + 1);
540 tmp = malloc (val + 1);
575 state.str = malloc(state.sz);
H A Dstrdup.c53 if ((copy = malloc(len)) == NULL)

Completed in 316 milliseconds

<<11121314151617181920>>