malloc 61 gnulib-tests/getcwd-lgpl.c buf = malloc (size); malloc 120 gnulib-tests/printf-parse.c : malloc (memory_size)); \ malloc 597 gnulib-tests/printf-parse.c : malloc (memory_size)); malloc 119 gnulib-tests/putenv.c char **new_environ = (char **) malloc ((size + 2) * sizeof (char *)); malloc 149 gnulib-tests/setenv.c ? malloc ((size + 2) * sizeof (char *)) malloc 190 gnulib-tests/setenv.c new_environ[size] = (char *) malloc (namelen + 1 + vallen); malloc 258 gnulib-tests/setenv.c np = (char *) malloc (namelen + 1 + vallen); malloc 67 gnulib-tests/test-getcwd-lgpl.c pwd2 = malloc (len + 2); malloc 50 gnulib-tests/test-inttostr.c char *buf = malloc (INT_BUFSIZE_BOUND (T)); \ malloc 71 gnulib-tests/test-inttostr.c char *b = malloc (b_size); malloc 27 gnulib-tests/test-malloc-gnu.c if (malloc (0) == NULL) malloc 66 gnulib-tests/test-mbsstr1.c char *haystack = (char *) malloc (m + 1); malloc 90 gnulib-tests/test-mbsstr1.c char *needle = (char *) malloc (m + 1); malloc 108 gnulib-tests/test-mbsstr1.c char *haystack = (char *) malloc (2 * m + 2); malloc 109 gnulib-tests/test-mbsstr1.c char *needle = (char *) malloc (m + 2); malloc 75 gnulib-tests/test-mbsstr2.c char *haystack = (char *) malloc (m + 1); malloc 103 gnulib-tests/test-mbsstr2.c char *needle = (char *) malloc (m + 1); malloc 121 gnulib-tests/test-mbsstr2.c char *haystack = (char *) malloc (2 * m + 3); malloc 122 gnulib-tests/test-mbsstr2.c char *needle = (char *) malloc (m + 3); malloc 40 gnulib-tests/test-memchr.c char *input = malloc (n); malloc 39 gnulib-tests/test-strnlen.c page_boundary = malloc (0x1000); malloc 372 gnulib-tests/vasnprintf.c dest->limbs = (mp_limb_t *) malloc (1); malloc 382 gnulib-tests/vasnprintf.c dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t)); malloc 485 gnulib-tests/vasnprintf.c roomptr = (mp_limb_t *) malloc ((a_len + 2) * sizeof (mp_limb_t)); malloc 589 gnulib-tests/vasnprintf.c tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t)); malloc 826 gnulib-tests/vasnprintf.c char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes)); malloc 883 gnulib-tests/vasnprintf.c m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); malloc 971 gnulib-tests/vasnprintf.c m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); malloc 1082 gnulib-tests/vasnprintf.c pow5_ptr = (mp_limb_t *) malloc (((int)(abs_n * (2.322f / GMP_LIMB_BITS)) + 1 malloc 1205 gnulib-tests/vasnprintf.c num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1) malloc 1798 gnulib-tests/vasnprintf.c buf = (TCHAR_T *) malloc (buf_memsize); malloc 1834 gnulib-tests/vasnprintf.c memory = (DCHAR_T *) malloc (memory_size); \ malloc 2731 gnulib-tests/vasnprintf.c tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T)); malloc 3020 gnulib-tests/vasnprintf.c tmp = (DCHAR_T *) malloc (tmp_memsize); malloc 3566 gnulib-tests/vasnprintf.c tmp = (DCHAR_T *) malloc (tmp_memsize); malloc 4733 gnulib-tests/vasnprintf.c tmp = (TCHAR_T *) malloc (tmp_memsize); malloc 195 lib/alloca.c new = malloc (combined_size); malloc 78 lib/dirname-lgpl.c char *dir = malloc (length + append_dot + 1); malloc 71 lib/filenamecat-lgpl.c char *p_concat = malloc (dirlen + needs_separator + baselen + 1); malloc 315 lib/fnmatch.c wpattern = malloc (totsize * sizeof (wchar_t)); malloc 164 lib/getopt.c char *new_str = malloc (top + 1); malloc 272 lib/getopt.c (char *) malloc (d->__nonoption_flags_max_len); malloc 523 lib/getopt.c struct option_list *newp = malloc (sizeof (*newp)); malloc 224 lib/gettext.h : (char *) malloc (msgctxt_len + msgid_len)); malloc 270 lib/gettext.h : (char *) malloc (msgctxt_len + msgid_len)); malloc 39 lib/hash.c # define obstack_chunk_alloc malloc malloc 605 lib/hash.c table = malloc (sizeof *table); malloc 765 lib/hash.c new = malloc (sizeof *new); malloc 144 lib/localcharset.c file_name = (char *) malloc (dir_len + add_slash + base_len + 1); malloc 222 lib/localcharset.c res_ptr = (char *) malloc (res_size + 1); malloc 26 lib/malloc.c #ifdef malloc malloc 51 lib/malloc.c result = malloc (n); malloc 78 lib/malloca.c char *p = (char *) malloc (nplus); malloc 104 lib/malloca.c return malloc (n); malloc 717 lib/regcomp.c re_comp_buf.fastmap = (char *) malloc (SBC_MAX); malloc 466 lib/regex_internal.h # define alloca(n) malloc (n) malloc 474 lib/regex_internal.h #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) malloc 3439 lib/regexec.c malloc (ndests * 3 * sizeof (re_dfastate_t *)); malloc 128 lib/striconv.c result = (char *) malloc (length); malloc 239 lib/striconv.c (result != NULL ? realloc (result, length + 1) : malloc (length + 1)); malloc 272 lib/striconv.c result = (char *) malloc (result_size); malloc 32 lib/strndup.c char *new = malloc (len + 1); malloc 43 lib/xmalloc.c void *p = malloc (n);