malloc            177 daemons/based/based_common.c             int *value = malloc(sizeof(int));
malloc            127 daemons/based/based_remote.c     ssock = malloc(sizeof(int));
malloc            143 daemons/controld/controld_fencing.c         rec = malloc(sizeof(struct st_fail_rec));
malloc            855 include/config.h #if _GL_HAS_ATTRIBUTE (malloc)
malloc            224 include/gettext.h      : (char *) malloc (msgctxt_len + msgid_len));
malloc            272 include/gettext.h      : (char *) malloc (msgctxt_len + msgid_len));
malloc            699 lib/cluster/cpg.c     sorted = malloc(member_list_entries * sizeof(const struct cpg_address *));
malloc            283 lib/common/digest.c     digest = malloc(2 * MD5_DIGEST_SIZE + 1);
malloc             97 lib/common/io.c     *resolved_path = malloc(PATH_MAX);
malloc            818 lib/common/ipc_client.c     client->buffer = malloc(client->buf_size);
malloc            702 lib/common/ipc_server.c             iov_copy[0].iov_base = malloc(iov[0].iov_len);
malloc            706 lib/common/ipc_server.c             iov_copy[1].iov_base = malloc(iov[1].iov_len);
malloc            153 lib/common/md5.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             21 lib/common/tests/scores/score2char_stack_test.c     char *buf = malloc(9);
malloc             32 lib/common/tests/scores/score2char_stack_test.c     char *buf = malloc(10);
malloc             46 lib/common/tests/scores/score2char_stack_test.c     char *buf = malloc(10);
malloc            483 lib/common/utils.c     char *buffer = malloc(37);  /* Including NUL byte */
malloc            153 lib/gnu/md5.c    char *buffer = malloc (BLOCKSIZE + 72);
malloc            480 lib/pengine/pe_output.c     node_name = malloc(name_len);
malloc            727 lib/services/dbus.c     query_data = malloc(sizeof(struct property_query));
malloc             55 libltdl/lt__alloc.c   if (! (mem = malloc (n)))
malloc             97 libltdl/lt__argz.c       argz = (char *) malloc (argz_len);
malloc             58 libltdl/lt__dirent.c   entry = (DIR *) malloc (sizeof(DIR));
malloc            353 libltdl/slist.c   SList *item = (SList *) malloc (sizeof *item);
malloc             79 maint/gnulib/lib/aligned-malloc.h   return malloc (size);
malloc             82 maint/gnulib/lib/aligned-malloc.h #   define aligned_malloc malloc
malloc            165 maint/gnulib/lib/aligned-malloc.h       void *p = malloc (size);
malloc             29 maint/gnulib/lib/aligned_alloc.c     return malloc (size);
malloc            185 maint/gnulib/lib/alloca.c     new = malloc (combined_size);
malloc             22 maint/gnulib/lib/allocator.c struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };
malloc             46 maint/gnulib/lib/amemxfrm.c       result = (char *) malloc (allocated);
malloc             91 maint/gnulib/lib/amemxfrm.c                   new_result = (char *) malloc (new_allocated);
malloc            117 maint/gnulib/lib/amemxfrm.c                   new_result = (char *) malloc (new_allocated);
malloc             80 maint/gnulib/lib/areadlink-with-size.c           buf = buffer = malloc (buf_size);
malloc            102 maint/gnulib/lib/areadlink-with-size.c               buffer = malloc (link_length + 1);
malloc             85 maint/gnulib/lib/areadlinkat-with-size.c           buf = buffer = malloc (buf_size);
malloc            106 maint/gnulib/lib/areadlinkat-with-size.c               buffer = malloc (link_length + 1);
malloc             62 maint/gnulib/lib/argp-fmtstream.c   fs = (struct argp_fmtstream *) malloc (sizeof (struct argp_fmtstream));
malloc             73 maint/gnulib/lib/argp-fmtstream.c       fs->buf = (char *) malloc (INIT_BUF_SIZE);
malloc            448 maint/gnulib/lib/argp-help.c   struct hol *hol = malloc (sizeof (struct hol));
malloc            471 maint/gnulib/lib/argp-help.c       hol->entries = malloc (sizeof (struct hol_entry) * hol->num_entries);
malloc            472 maint/gnulib/lib/argp-help.c       hol->short_options = malloc (num_short_options + 1);
malloc            517 maint/gnulib/lib/argp-help.c   struct hol_cluster *cl = malloc (sizeof (struct hol_cluster));
malloc            965 maint/gnulib/lib/argp-help.c             malloc (num_entries * sizeof (struct hol_entry));
malloc            968 maint/gnulib/lib/argp-help.c             malloc (hol_so_len + strlen (more->short_options) + 1);
malloc            496 maint/gnulib/lib/argp-parse.c   parser->storage = malloc (ssum);
malloc             42 maint/gnulib/lib/argv-iter.c   struct argv_iterator *ai = malloc (sizeof *ai);
malloc             56 maint/gnulib/lib/argv-iter.c   struct argv_iterator *ai = malloc (sizeof *ai);
malloc            101 maint/gnulib/lib/argz.c       *argz = (char *) malloc (nlen);
malloc            265 maint/gnulib/lib/argz.c       *argz = malloc (tlen);
malloc             72 maint/gnulib/lib/astrxfrm.c             new_result = (char *) malloc (new_allocated);
malloc            101 maint/gnulib/lib/astrxfrm.c             new_result = (char *) malloc (new_allocated);
malloc            135 maint/gnulib/lib/astrxfrm.c           char *memory = (char *) malloc (length);
malloc             45 maint/gnulib/lib/concat-filename.c       result = (char *) malloc (strlen (filename)
malloc             58 maint/gnulib/lib/concat-filename.c       result = (char *) malloc (directory_len + need_slash
malloc             98 maint/gnulib/lib/copy-file.c       char *buf = malloc (bufsize);
malloc            115 maint/gnulib/lib/di-set.c   struct di_set *dis = malloc (sizeof *dis);
malloc            168 maint/gnulib/lib/di-set.c       dis->probe = probe = malloc (sizeof *probe);
malloc             40 maint/gnulib/lib/dirfd.c   struct dirp_fd_list *new_dirp_fd = malloc (sizeof *new_dirp_fd);
malloc             78 maint/gnulib/lib/dirname-lgpl.c   char *dir = malloc (length + append_dot + 1);
malloc             43 maint/gnulib/lib/eealloc.h # define eemalloc malloc
malloc             54 maint/gnulib/lib/eealloc.h   return malloc (n);
malloc            240 maint/gnulib/lib/fatal-signal.c         malloc (new_actions_allocated * sizeof (actions_entry_t));
malloc             76 maint/gnulib/lib/fchdir.c          : (dir_info_t *) malloc (new_allocated * sizeof *dirs));
malloc            193 maint/gnulib/lib/file-has-acl.c                   (aclent_t *) malloc (alloc * sizeof (aclent_t));
malloc            266 maint/gnulib/lib/file-has-acl.c                 entries = malloced = (ace_t *) malloc (alloc * sizeof (ace_t));
malloc            423 maint/gnulib/lib/file-has-acl.c           acl = malloc (aclsize);
malloc             71 maint/gnulib/lib/filenamecat-lgpl.c   char *p_concat = malloc (dirlen + (sep != '\0')  + baselen + 1);
malloc            321 maint/gnulib/lib/findprog-in.c                                   (char *) malloc (2 + strlen (progname) + 1);
malloc            128 maint/gnulib/lib/findprog.c                   progpathname = (char *) malloc (2 + strlen (progname) + 1);
malloc            100 maint/gnulib/lib/fnmatch.c #  define alloca(n) malloc (n)
malloc            284 maint/gnulib/lib/fnmatch.c             = (wchar_t *) malloc ((n + 1) * sizeof (wchar_t));
malloc            331 maint/gnulib/lib/fnmatch.c             = (wchar_t *) malloc ((n + 1) * sizeof (wchar_t));
malloc           1052 maint/gnulib/lib/fnmatch_loop.c                 newp = malloc (slen);                                         \
malloc             62 maint/gnulib/lib/fts-cycle.c       fts->fts_cycle.state = malloc (sizeof *fts->fts_cycle.state);
malloc             79 maint/gnulib/lib/fts-cycle.c       struct Active_dir *ad = malloc (sizeof *ad);
malloc            733 maint/gnulib/lib/fts.c       struct dev_type *t2 = malloc (sizeof *t2);
malloc           1884 maint/gnulib/lib/fts.c         if ((p = malloc(len)) == NULL)
malloc             59 maint/gnulib/lib/gc-pbkdf2.c   tmp = malloc (tmplen);
malloc            745 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           1057 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           1229 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           1602 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           1769 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           2238 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           2529 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           4173 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           4467 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           4698 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           5458 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           7794 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           8375 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           8582 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           8998 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           9447 maint/gnulib/lib/gen-uni-tables.c #define xmalloc malloc
malloc           9771 maint/gnulib/lib/gen-uni-tables.c               language = (char *) malloc ((word_end - word_begin) + 1);
malloc           9823 maint/gnulib/lib/gen-uni-tables.c           (struct special_casing_rule *) malloc (sizeof (struct special_casing_rule));
malloc           9976 maint/gnulib/lib/gen-uni-tables.c                 (struct casefold_rule *) malloc (sizeof (struct casefold_rule));
malloc           10088 maint/gnulib/lib/gen-uni-tables.c                 (struct special_casing_rule *) malloc (sizeof (struct special_casing_rule));
malloc            133 maint/gnulib/lib/get-permissions.c       ctx->ace_entries = (ace_t *) malloc (ctx->ace_count * sizeof (ace_t));
malloc            188 maint/gnulib/lib/get-permissions.c       ctx->entries = (aclent_t *) malloc (ctx->count * sizeof (aclent_t));
malloc            405 maint/gnulib/lib/get-rusage-as.c   malloc (0x88);
malloc            409 maint/gnulib/lib/get-rusage-as.c   malloc (0x8812);
malloc            413 maint/gnulib/lib/get-rusage-as.c   malloc (0x281237);
malloc            363 maint/gnulib/lib/get-rusage-data.c       brk_value = malloc (1);
malloc            445 maint/gnulib/lib/get-rusage-data.c   malloc (0x88);
malloc            449 maint/gnulib/lib/get-rusage-data.c   malloc (0x8812);
malloc            453 maint/gnulib/lib/get-rusage-data.c   malloc (0x281237);
malloc            406 maint/gnulib/lib/get_progname_of.c           char *namecopy = malloc (namelen + 1);
malloc            450 maint/gnulib/lib/get_progname_of.c         char *namecopy = malloc (namelen + 1);
malloc            499 maint/gnulib/lib/get_progname_of.c         char *namecopy = malloc (namelen + 1);
malloc             64 maint/gnulib/lib/getcwd-lgpl.c       buf = malloc (size);
malloc            243 maint/gnulib/lib/getcwd.c       dir = malloc (allocated);
malloc            378 maint/gnulib/lib/getcwd.c                 dotlist = malloc (newsize);
malloc             91 maint/gnulib/lib/getgroups.c       gbuf = malloc (n * sizeof *gbuf);
malloc            111 maint/gnulib/lib/getgroups.c       gbuf = malloc (n * sizeof *gbuf);
malloc             84 maint/gnulib/lib/getndelim2.c       ptr = malloc (size);
malloc            255 maint/gnulib/lib/getopt.c 			else if ((ambig_set = malloc (n_options)) == NULL)
malloc            205 maint/gnulib/lib/getprogname.c       buf.ps_cmdptr    = (char *) malloc (buf.ps_cmdlen    = PS_CMDBLEN_LONG);
malloc            206 maint/gnulib/lib/getprogname.c       buf.ps_conttyptr = (char *) malloc (buf.ps_conttylen = PS_CONTTYBLEN);
malloc            207 maint/gnulib/lib/getprogname.c       buf.ps_pathptr   = (char *) malloc (buf.ps_pathlen   = PS_PATHBLEN);
malloc            249 maint/gnulib/lib/getprogname.c           char *namecopy = malloc (namelen + 1);
malloc            280 maint/gnulib/lib/getprogname.c           ret = malloc (strlen (progname) + 1);
malloc            232 maint/gnulib/lib/gettext.h      : (char *) malloc (msgctxt_len + msgid_len));
malloc            280 maint/gnulib/lib/gettext.h      : (char *) malloc (msgctxt_len + msgid_len));
malloc            112 maint/gnulib/lib/getumask.c       char *temp_filename = (char *) malloc (tmpdir_length + 15 + 1);
malloc             32 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             85 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc            542 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            610 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            681 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            750 maint/gnulib/lib/gl_anyavltree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             47 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc             86 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc            116 maint/gnulib/lib/gl_anylinked_list2.h         (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            619 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            657 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            695 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            733 maint/gnulib/lib/gl_anylinked_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            777 maint/gnulib/lib/gl_anylinked_list2.h   new_node = (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             35 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             90 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc            785 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            851 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            917 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            976 maint/gnulib/lib/gl_anyrbtree_list2.h     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             28 maint/gnulib/lib/gl_anytree_list2.h   struct gl_list_impl *list = (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc             37 maint/gnulib/lib/gl_anytree_omap.h     (struct gl_omap_impl *) malloc (sizeof (struct gl_omap_impl));
malloc             36 maint/gnulib/lib/gl_anytree_oset.h     (struct gl_oset_impl *) malloc (sizeof (struct gl_oset_impl));
malloc            154 maint/gnulib/lib/gl_anytreehash_list1.h                        (struct gl_multiple_nodes *) malloc (sizeof (struct gl_multiple_nodes));
malloc             57 maint/gnulib/lib/gl_array_list.c     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc             83 maint/gnulib/lib/gl_array_list.c     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc             97 maint/gnulib/lib/gl_array_list.c       list->elements = (const void **) malloc (count * sizeof (const void *));
malloc             56 maint/gnulib/lib/gl_array_map.c     (struct gl_map_impl *) malloc (sizeof (struct gl_map_impl));
malloc             54 maint/gnulib/lib/gl_array_omap.c     (struct gl_omap_impl *) malloc (sizeof (struct gl_omap_impl));
malloc             47 maint/gnulib/lib/gl_array_oset.c     (struct gl_oset_impl *) malloc (sizeof (struct gl_oset_impl));
malloc             49 maint/gnulib/lib/gl_array_set.c     (struct gl_set_impl *) malloc (sizeof (struct gl_set_impl));
malloc            302 maint/gnulib/lib/gl_avltree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc            377 maint/gnulib/lib/gl_avltree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc            427 maint/gnulib/lib/gl_avltree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc             60 maint/gnulib/lib/gl_carray_list.c     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc             87 maint/gnulib/lib/gl_carray_list.c     (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc            101 maint/gnulib/lib/gl_carray_list.c       list->elements = (const void **) malloc (count * sizeof (const void *));
malloc            320 maint/gnulib/lib/gl_carray_list.c       memory = (const void **) malloc (memory_size);
malloc             67 maint/gnulib/lib/gl_hash_map.c     (struct gl_map_impl *) malloc (sizeof (struct gl_map_impl));
malloc            155 maint/gnulib/lib/gl_hash_map.c     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             65 maint/gnulib/lib/gl_hash_set.c     (struct gl_set_impl *) malloc (sizeof (struct gl_set_impl));
malloc            144 maint/gnulib/lib/gl_hash_set.c     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             90 maint/gnulib/lib/gl_linkedhash_map.c     (struct gl_map_impl *) malloc (sizeof (struct gl_map_impl));
malloc            180 maint/gnulib/lib/gl_linkedhash_map.c     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc             88 maint/gnulib/lib/gl_linkedhash_set.c     (struct gl_set_impl *) malloc (sizeof (struct gl_set_impl));
malloc            169 maint/gnulib/lib/gl_linkedhash_set.c     (struct gl_list_node_impl *) malloc (sizeof (struct gl_list_node_impl));
malloc            534 maint/gnulib/lib/gl_rbtree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc            597 maint/gnulib/lib/gl_rbtree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc            637 maint/gnulib/lib/gl_rbtree_ordered.h     (struct NODE_IMPL *) malloc (sizeof (struct NODE_IMPL));
malloc            470 maint/gnulib/lib/gl_sublist.c       (struct gl_list_impl *) malloc (sizeof (struct gl_list_impl));
malloc            344 maint/gnulib/lib/glob.c           pglob->gl_pathv = (char **) malloc ((pglob->gl_offs + 1)
malloc            397 maint/gnulib/lib/glob.c               onealt = malloc (pattern_len);
malloc            563 maint/gnulib/lib/glob.c           newp = malloc (dirlen + 1);
malloc            722 maint/gnulib/lib/glob.c                   newp = malloc (home_len + dirlen);
malloc            777 maint/gnulib/lib/glob.c                   newp = malloc (end_name - dirname);
malloc            858 maint/gnulib/lib/glob.c                     dirname = malloc (home_len + rest_len + 1);
malloc            935 maint/gnulib/lib/glob.c           pglob->gl_pathv[newcount] = malloc (dirlen + 2);
malloc           1255 maint/gnulib/lib/glob.c       char *new = malloc (dirlen + 1 + eltlen);
malloc           1326 maint/gnulib/lib/glob.c           fullname = malloc (fullsize);
malloc           1403 maint/gnulib/lib/glob.c                       else if ((newnames = malloc (size))
malloc           1427 maint/gnulib/lib/glob.c       names->name[cur] = malloc (len + 1);
malloc            100 maint/gnulib/lib/glthread/thread.c     main_arg_t *main_arg = (main_arg_t *) malloc (sizeof (main_arg_t));
malloc            136 maint/gnulib/lib/glthread/thread.c               malloc (sizeof (struct thrd_with_exitvalue));
malloc             59 maint/gnulib/lib/group-member.c           gi->group = malloc (nbytes);
malloc             39 maint/gnulib/lib/hash.c #  define obstack_chunk_alloc malloc
malloc            523 maint/gnulib/lib/hash.c   table = malloc (sizeof *table);
malloc            674 maint/gnulib/lib/hash.c       new = malloc (sizeof *new);
malloc             51 maint/gnulib/lib/ialloc.h   return s <= SIZE_MAX ? malloc (s) : _gl_alloc_nomem ();
malloc            306 maint/gnulib/lib/immutable.c   void *p = malloc (size);
malloc             85 maint/gnulib/lib/ino-map.c   struct ino_map *im = malloc (sizeof *im);
malloc            133 maint/gnulib/lib/ino-map.c       im->probe = probe = malloc (sizeof *probe);
malloc           2682 maint/gnulib/lib/localename.c     malloc (FLEXSIZEOF (struct struniq_hash_node, contents, size));
malloc           2916 maint/gnulib/lib/localename.c   node = (struct locale_hash_node *) malloc (sizeof (struct locale_hash_node));
malloc           2975 maint/gnulib/lib/localename.c   node = (struct locale_hash_node *) malloc (sizeof (struct locale_hash_node));
malloc             43 maint/gnulib/lib/malloc.c   void *result = malloc (n);
malloc             65 maint/gnulib/lib/malloc/dynarray_emplace_enlarge.c       new_array = malloc (new_size);
malloc             50 maint/gnulib/lib/malloc/dynarray_finalize.c   void *heap_array = malloc (allocation_size);
malloc             55 maint/gnulib/lib/malloc/dynarray_resize.c       new_array = malloc (new_size_bytes);
malloc             32 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       void *copy = malloc (size);
malloc             37 maint/gnulib/lib/malloc/scratch_buffer_grow.c     new_ptr = malloc (new_length);
malloc             37 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c       new_ptr = malloc (new_length);
malloc             51 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c   char *new_ptr = malloc (new_length);
malloc             55 maint/gnulib/lib/malloca.c       char *mem = (char *) malloc (nplus);
malloc             85 maint/gnulib/lib/malloca.c   return malloc (n);
malloc             47 maint/gnulib/lib/md2-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             47 maint/gnulib/lib/md4-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             69 maint/gnulib/lib/md5-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             32 maint/gnulib/lib/memalign.c     return malloc (size);
malloc            293 maint/gnulib/lib/mini-gmp.c   p = malloc (size);
malloc             87 maint/gnulib/lib/msvc-inval.c             malloc (sizeof (struct gl_msvc_inval_per_thread));
malloc            102 maint/gnulib/lib/openat-proc.c             result = malloc (bufsize);
malloc            123 maint/gnulib/lib/openat-proc.c         result = malloc (bufsize);
malloc            148 maint/gnulib/lib/opendir.c     malloc (offsetof (struct gl_directory, dir_name_mask[0])
malloc            107 maint/gnulib/lib/os2-spawn.c   new_argv = (const char **) malloc ((1 + argc + 1) * sizeof (const char *));
malloc            131 maint/gnulib/lib/os2-spawn.c       mem = (char *) malloc (needed_size);
malloc            153 maint/gnulib/lib/pagealign_alloc.c   void *unaligned_ptr = malloc (size + pagesize - 1);
malloc           1769 maint/gnulib/lib/parse-datetime.y                 tz1alloc = malloc (tzsize);
malloc             66 maint/gnulib/lib/pipe-filter-ii.c   h = malloc (sizeof (*h));
malloc            126 maint/gnulib/lib/pipe-filter-ii.c   psr = malloc (sizeof (*psr) * nCount);
malloc            108 maint/gnulib/lib/printf-parse.c                                : malloc (memory_size));                 \
malloc            579 maint/gnulib/lib/printf-parse.c                                       : malloc (memory_size));
malloc             63 maint/gnulib/lib/progreloc.c # define xmalloc malloc
malloc             66 maint/gnulib/lib/pthread-tss.c   pthread_key_t key = (void **) malloc (sizeof (void *));
malloc             86 maint/gnulib/lib/putenv.c     char *name_ = malloc (len + 2);
malloc            146 maint/gnulib/lib/putenv.c       char *name_x = malloc (name_end - string + sizeof "= ");
malloc            184 maint/gnulib/lib/putenv.c       char **new_environ = malloc ((size + 2) * sizeof *new_environ);
malloc             82 maint/gnulib/lib/read-file.c   if (!(buf = malloc (alloc)))
malloc            108 maint/gnulib/lib/read-file.c                     char *smaller_buf = malloc (size + 1);
malloc            149 maint/gnulib/lib/read-file.c               new_buf = malloc (alloc);
malloc             26 maint/gnulib/lib/readtokens0.c #define obstack_chunk_alloc malloc
malloc             41 maint/gnulib/lib/realloc.c     return malloc (n);
malloc            455 maint/gnulib/lib/regex_internal.h #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t)))
malloc             40 maint/gnulib/lib/relocatable.c # define xmalloc malloc
malloc             96 maint/gnulib/lib/relocwrapper.c   char *result = (char *) malloc (filename_len + 4 + 1);
malloc            176 maint/gnulib/lib/relocwrapper.c   value = (char *) malloc (total);
malloc            166 maint/gnulib/lib/scandir.c           vnew = (DIRENT_TYPE *) malloc (dsize);
malloc             99 maint/gnulib/lib/set-permissions.c             entries = malloced = (ace_t *) malloc (alloc * sizeof (ace_t));
malloc            147 maint/gnulib/lib/setenv.c                    ? malloc ((size + 2) * sizeof (char *))
malloc            188 maint/gnulib/lib/setenv.c               new_environ[size] = (char *) malloc (namelen + 1 + vallen);
malloc            256 maint/gnulib/lib/setenv.c               np = (char *) malloc (namelen + 1 + vallen);
malloc             57 maint/gnulib/lib/sha1-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             59 maint/gnulib/lib/sha256-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             59 maint/gnulib/lib/sha512-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc             54 maint/gnulib/lib/sm3-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
malloc            733 maint/gnulib/lib/ssfmalloc.h         (struct page_tree_element *) malloc (sizeof (struct page_tree_element));
malloc            776 maint/gnulib/lib/ssfmalloc.h     (struct page_tree_element *) malloc (sizeof (struct page_tree_element));
malloc            483 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (malloc, void *,
malloc            486 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
malloc            490 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (malloc, void *,
malloc            494 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (malloc, void *, (size_t size));
malloc            497 maint/gnulib/lib/stdlib.in.h _GL_CXXALIASWARN (malloc);
malloc            500 maint/gnulib/lib/stdlib.in.h # if @GNULIB_FREE_POSIX@ && __GNUC__ >= 11 && !defined malloc
malloc            502 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (malloc, void *,
malloc            509 maint/gnulib/lib/stdlib.in.h _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - "
malloc             42 maint/gnulib/lib/strdup.c   void *new = malloc (len);
malloc            167 maint/gnulib/lib/strfmon_l.c           ld_format = (char *) malloc (strlen (format) + directives.count + 1);
malloc            125 maint/gnulib/lib/striconv.c       result = (char *) malloc (length);
malloc            232 maint/gnulib/lib/striconv.c     (result != NULL ? realloc (result, length + 1) : malloc (length + 1));
malloc            265 maint/gnulib/lib/striconv.c   result = (char *) malloc (result_size);
malloc            469 maint/gnulib/lib/striconveh.c                           memory = (char *) malloc (allocated);
malloc            514 maint/gnulib/lib/striconveh.c               memory = (char *) malloc (allocated);
malloc            552 maint/gnulib/lib/striconveh.c                 memory = (char *) malloc (allocated);
malloc            846 maint/gnulib/lib/striconveh.c                               memory = (char *) malloc (allocated);
malloc            918 maint/gnulib/lib/striconveh.c                       memory = (char *) malloc (allocated);
malloc            968 maint/gnulib/lib/striconveh.c           memory = (char *) malloc (memsize > 0 ? memsize : 1);
malloc           1057 maint/gnulib/lib/striconveh.c           result = (char *) malloc (srclen);
malloc            111 maint/gnulib/lib/striconveha.c   memory = (char *) malloc (memneed);
malloc             61 maint/gnulib/lib/string-buffer.c           new_data = (char *) malloc (new_allocated);
malloc            275 maint/gnulib/lib/string-buffer.c       char *copy = (char *) malloc (buffer->length);
malloc             29 maint/gnulib/lib/strndup.c   char *new = malloc (len + 1);
malloc            190 maint/gnulib/lib/strsignal.c           result = malloc (BUFFERSIZ);
malloc             62 maint/gnulib/lib/supersede.c   char *temp_filename = (char *) malloc (canon_filename_length + 7 + 1);
malloc            106 maint/gnulib/lib/thrd.c     main_arg_t *main_arg = (main_arg_t *) malloc (sizeof (main_arg_t));
malloc            140 maint/gnulib/lib/thrd.c               malloc (sizeof (struct thrd_with_exitcode));
malloc            285 maint/gnulib/lib/thrd.c     (struct pthread_main_arg_t *) malloc (sizeof (struct pthread_main_arg_t));
malloc            359 maint/gnulib/lib/thrd.c     (struct pthread_main_arg_t *) malloc (sizeof (struct pthread_main_arg_t));
malloc             70 maint/gnulib/lib/time_rz.c   timezone_t tz = malloc (FLEXSIZEOF (struct tm_zone, abbrs, abbr_size));
malloc            307 maint/gnulib/lib/tsearch.c   q = (struct node_t *) malloc (sizeof (struct node_t));
malloc            317 maint/gnulib/lib/unicase/u-casemap.h                       larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            326 maint/gnulib/lib/unicase/u-casemap.h                       larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            395 maint/gnulib/lib/unicase/u-casemap.h           result = (UNIT *) malloc (1);
malloc             64 maint/gnulib/lib/unicase/u-ct-totitle.h       wordbreaks = (char *) malloc (n);
malloc            393 maint/gnulib/lib/unicase/u-ct-totitle.h                       larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            402 maint/gnulib/lib/unicase/u-ct-totitle.h                       larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            474 maint/gnulib/lib/unicase/u-ct-totitle.h           result = (UNIT *) malloc (1);
malloc             40 maint/gnulib/lib/uniconv/u-conv-to-enc.h         (size_t *) malloc (srclen * sizeof (UNIT) * sizeof (size_t));
malloc             76 maint/gnulib/lib/uniconv/u-conv-to-enc.h       result = (char *) malloc (1);
malloc            100 maint/gnulib/lib/uniconv/u-conv-to-enc.h       scaled_offsets = (size_t *) malloc (utf8_srclen * sizeof (size_t));
malloc            120 maint/gnulib/lib/uniconv/u16-conv-to-enc.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            148 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           result = (DST_UNIT *) malloc (1);
malloc             72 maint/gnulib/lib/uniconv/u8-conv-from-enc.c           result = (uint8_t *) malloc (srclen > 0 ? srclen : 1);
malloc             96 maint/gnulib/lib/uniconv/u8-conv-from-enc.c           result = (char *) malloc (1);
malloc             63 maint/gnulib/lib/uniconv/u8-conv-to-enc.c           result = (char *) malloc (srclen > 0 ? srclen : 1);
malloc             89 maint/gnulib/lib/uniconv/u8-conv-to-enc.c           result = (char *) malloc (1);
malloc             57 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c       result = (char *) malloc (length);
malloc             91 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c           size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
malloc            102 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
malloc            240 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c       char *breaks = malloc (length);
malloc            182 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       char *breaks = malloc (length);
malloc             63 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c           size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
malloc             74 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
malloc            190 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c       char *breaks = malloc (length);
malloc             65 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c           size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
malloc             77 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                     (char *) (m > 0 ? malloc (m + (o != NULL ? m : 0)) : NULL);
malloc            209 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c       char *breaks = malloc (length);
malloc            247 maint/gnulib/lib/uninorm/u-normalize-internal.h                               (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            257 maint/gnulib/lib/uninorm/u-normalize-internal.h                               (UNIT *) malloc (new_allocated * sizeof (UNIT));
malloc            312 maint/gnulib/lib/uninorm/u-normalize-internal.h                   (struct ucs4_with_ccc *) malloc (2 * sortbuf_allocated * sizeof (struct ucs4_with_ccc));
malloc            344 maint/gnulib/lib/uninorm/u-normalize-internal.h           result = (UNIT *) malloc (1);
malloc             65 maint/gnulib/lib/uninorm/uninorm-filter.c     (struct uninorm_filter *) malloc (sizeof (struct uninorm_filter));
malloc            251 maint/gnulib/lib/uninorm/uninorm-filter.c               malloc (2 * filter->sortbuf_allocated * sizeof (struct ucs4_with_ccc));
malloc             35 maint/gnulib/lib/unistr/u-cpy-alloc.h   dest = (UNIT *) malloc (n > 0 ? n * sizeof (UNIT) : 1);
malloc             36 maint/gnulib/lib/unistr/u-strdup.h   dest = (UNIT *) malloc (n * sizeof (UNIT));
malloc             88 maint/gnulib/lib/unistr/u16-to-u32.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            113 maint/gnulib/lib/unistr/u16-to-u32.c           result = (DST_UNIT *) malloc (1);
malloc             96 maint/gnulib/lib/unistr/u16-to-u8.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            124 maint/gnulib/lib/unistr/u16-to-u8.c           result = (DST_UNIT *) malloc (1);
malloc             90 maint/gnulib/lib/unistr/u32-to-u16.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            118 maint/gnulib/lib/unistr/u32-to-u16.c           result = (DST_UNIT *) malloc (1);
malloc             82 maint/gnulib/lib/unistr/u32-to-u8.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            110 maint/gnulib/lib/unistr/u32-to-u8.c           result = (DST_UNIT *) malloc (1);
malloc             96 maint/gnulib/lib/unistr/u8-to-u16.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            124 maint/gnulib/lib/unistr/u8-to-u16.c           result = (DST_UNIT *) malloc (1);
malloc             80 maint/gnulib/lib/unistr/u8-to-u32.c             memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
malloc            105 maint/gnulib/lib/unistr/u8-to-u32.c           result = (DST_UNIT *) malloc (1);
malloc            103 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c       char *breaks = malloc (length);
malloc             65 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c           size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
malloc             76 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
malloc            181 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c       char *breaks = malloc (length);
malloc             69 maint/gnulib/lib/unlink.c           char *short_name = malloc (len);
malloc             65 maint/gnulib/lib/unlinkat.c           char *short_name = malloc (len);
malloc            202 maint/gnulib/lib/utimecmp.c               new_dst_res = malloc (sizeof *new_dst_res);
malloc            454 maint/gnulib/lib/vasnprintf.c       dest->limbs = (mp_limb_t *) malloc (1);
malloc            464 maint/gnulib/lib/vasnprintf.c       dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t));
malloc            567 maint/gnulib/lib/vasnprintf.c   roomptr = (mp_limb_t *) malloc ((a_len + 2) * sizeof (mp_limb_t));
malloc            701 maint/gnulib/lib/vasnprintf.c           tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t));
malloc            940 maint/gnulib/lib/vasnprintf.c   char *c_ptr = (char *) malloc (xsum (xsum (extra_zeroes, c_len), 1));
malloc            997 maint/gnulib/lib/vasnprintf.c   m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t));
malloc           1085 maint/gnulib/lib/vasnprintf.c   m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t));
malloc           1196 maint/gnulib/lib/vasnprintf.c   pow5_ptr = (mp_limb_t *) malloc (((int)(abs_n * (2.322f / GMP_LIMB_BITS)) + 1
malloc           1319 maint/gnulib/lib/vasnprintf.c           num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1)
malloc           1910 maint/gnulib/lib/vasnprintf.c         buf = (TCHAR_T *) malloc (buf_memsize);
malloc           1946 maint/gnulib/lib/vasnprintf.c           memory = (DCHAR_T *) malloc (memory_size);                         \
malloc           2822 maint/gnulib/lib/vasnprintf.c                   tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T));
malloc           3296 maint/gnulib/lib/vasnprintf.c                     tmp = (DCHAR_T *) malloc (tmp_memsize);
malloc           3840 maint/gnulib/lib/vasnprintf.c                     tmp = (DCHAR_T *) malloc (tmp_memsize);
malloc           5012 maint/gnulib/lib/vasnprintf.c                     tmp = (TCHAR_T *) malloc (tmp_memsize);
malloc            156 maint/gnulib/lib/wait-process.c         malloc (new_slaves_allocated * sizeof (slaves_entry_t));
malloc             43 maint/gnulib/lib/wcscoll-impl.h           mbs1 = (char *) malloc (need + 1);
malloc             66 maint/gnulib/lib/wcscoll-impl.h           mbs2 = (char *) malloc (need + 1);
malloc             22 maint/gnulib/lib/wcsdup-impl.h   wchar_t *copy = (wchar_t *) malloc (n * sizeof (wchar_t));
malloc             42 maint/gnulib/lib/wcsxfrm-impl.h           mbs2 = (char *) malloc (need + 1);
malloc             66 maint/gnulib/lib/windows-cond.c     malloc (sizeof (struct glwthread_waitqueue_element));
malloc            137 maint/gnulib/lib/windows-spawn.c   new_argv = (const char **) malloc ((1 + argc + 1) * sizeof (const char *));
malloc            168 maint/gnulib/lib/windows-spawn.c       mem = (char *) malloc (needed_size);
malloc            221 maint/gnulib/lib/windows-spawn.c   command = (char *) malloc (command_size);
malloc            266 maint/gnulib/lib/windows-spawn.c     char *envblock = (char *) malloc (envblock_size + 1);
malloc            345 maint/gnulib/lib/windows-spawn.c     (HANDLE *) malloc (handles_allocated * sizeof (HANDLE));
malloc            352 maint/gnulib/lib/windows-spawn.c     (unsigned char *) malloc (handles_allocated * sizeof (unsigned char));
malloc            454 maint/gnulib/lib/windows-spawn.c   char *hblock = (char *) malloc (sinfo->cbReserved2 + (sizeof (HANDLE) - 1));
malloc            100 maint/gnulib/lib/windows-thread.c             malloc (sizeof (struct glwthread_thread_struct));
malloc            160 maint/gnulib/lib/windows-thread.c     malloc (sizeof (struct glwthread_thread_struct));
malloc             66 maint/gnulib/lib/windows-timedrwlock.c     malloc (sizeof (struct glwthread_waitqueue_element));
malloc            218 maint/gnulib/lib/windows-tls.c               (struct dtor *) malloc (new_allocated * sizeof (struct dtor));
malloc             44 maint/gnulib/lib/xmalloc.c   return nonnull (malloc (s));
malloc             84 maint/gnulib/tests/bench-digest.h   char *memblock = (char *) malloc (size);
malloc            314 maint/gnulib/tests/test-array-mergesort.c       dst = (struct foo *) malloc ((n + 1) * sizeof (struct foo));
malloc            316 maint/gnulib/tests/test-array-mergesort.c       tmp = (struct foo *) malloc ((n / 2 + 1) * sizeof (struct foo));
malloc            326 maint/gnulib/tests/test-array-mergesort.c       qsort_result = (double *) malloc (n * sizeof (double));
malloc            351 maint/gnulib/tests/test-array-mergesort.c       src = (struct foo *) malloc ((n + 1) * sizeof (struct foo));
malloc            353 maint/gnulib/tests/test-array-mergesort.c       tmp = (struct foo *) malloc ((n + 1) * sizeof (struct foo));
malloc            366 maint/gnulib/tests/test-array-mergesort.c       qsort_result = (double *) malloc (n * sizeof (double));
malloc             95 maint/gnulib/tests/test-array_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            316 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            441 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            101 maint/gnulib/tests/test-avltree_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            128 maint/gnulib/tests/test-avltreehash_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc             89 maint/gnulib/tests/test-c-strcasestr.c     char *haystack = (char *) malloc (m + 1);
malloc            113 maint/gnulib/tests/test-c-strcasestr.c     char *needle = (char *) malloc (m + 1);
malloc            131 maint/gnulib/tests/test-c-strcasestr.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            132 maint/gnulib/tests/test-c-strcasestr.c     char *needle = (char *) malloc (m + 2);
malloc            226 maint/gnulib/tests/test-c-strcasestr.c     char *haystack = malloc (h_len + 1);
malloc            244 maint/gnulib/tests/test-c-strcasestr.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            245 maint/gnulib/tests/test-c-strcasestr.c     char *needle = (char *) malloc (m + 1);
malloc             63 maint/gnulib/tests/test-c-strstr.c     char *haystack = (char *) malloc (m + 1);
malloc             87 maint/gnulib/tests/test-c-strstr.c     char *needle = (char *) malloc (m + 1);
malloc            105 maint/gnulib/tests/test-c-strstr.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            106 maint/gnulib/tests/test-c-strstr.c     char *needle = (char *) malloc (m + 2);
malloc            200 maint/gnulib/tests/test-c-strstr.c     char *haystack = malloc (h_len + 1);
malloc            218 maint/gnulib/tests/test-c-strstr.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            219 maint/gnulib/tests/test-c-strstr.c     char *needle = (char *) malloc (m + 1);
malloc             97 maint/gnulib/tests/test-carray_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc             78 maint/gnulib/tests/test-digest.h         char *digest = (char *) malloc (digest_size + 1) + 1;
malloc             91 maint/gnulib/tests/test-dprintf-posix2.c       void *memory = malloc (MAX_ALLOC_TOTAL);
malloc            114 maint/gnulib/tests/test-explicit_bzero.c   char *heapbuf = (char *) malloc (SECRET_SIZE);
malloc             77 maint/gnulib/tests/test-fchdir.c         char *new_dir = malloc (len);
malloc             84 maint/gnulib/tests/test-fprintf-posix2.c         void *memory = malloc (10000000);
malloc            108 maint/gnulib/tests/test-fprintf-posix3.c       void *memory = malloc (MAX_ALLOC_TOTAL);
malloc             34 maint/gnulib/tests/test-freadahead.c       void *buf = malloc (nbytes);
malloc             34 maint/gnulib/tests/test-freadptr.c     void *buf = malloc (nbytes);
malloc             44 maint/gnulib/tests/test-freadptr2.c       void *buf = malloc (nbytes);
malloc             42 maint/gnulib/tests/test-freadseek.c   void *buf1 = malloc (nbytes1);
malloc             43 maint/gnulib/tests/test-freadseek.c   void *buf3 = malloc (nbytes3);
malloc             44 maint/gnulib/tests/test-freadseek.c   void *buf5 = malloc (nbytes5);
malloc             45 maint/gnulib/tests/test-freadseek.c   void *buf7 = malloc (nbytes7);
malloc             63 maint/gnulib/tests/test-free.c       ptrs[i] = malloc (15);
malloc             77 maint/gnulib/tests/test-free.c       ptrs[i] = malloc (729);
malloc             91 maint/gnulib/tests/test-free.c       ptrs[i] = malloc (5318153);
malloc            119 maint/gnulib/tests/test-free.c       void *firstpage_backup = malloc (pagesize);
malloc            120 maint/gnulib/tests/test-free.c       void *lastpage_backup = malloc (pagesize);
malloc            135 maint/gnulib/tests/test-free.c           void * volatile ptr = malloc (big_size - 0x100);
malloc             37 maint/gnulib/tests/test-get-rusage-as.c   memchunk1 = malloc (0x88);
malloc             41 maint/gnulib/tests/test-get-rusage-as.c   memchunk2 = malloc (0x281237);
malloc             37 maint/gnulib/tests/test-get-rusage-data.c   memchunk1 = malloc (0x88);
malloc             41 maint/gnulib/tests/test-get-rusage-data.c   memchunk2 = malloc (0x281237);
malloc             65 maint/gnulib/tests/test-getcwd-lgpl.c     pwd2 = malloc (len + 2);
malloc             74 maint/gnulib/tests/test-getdelim.c   line = malloc (1);
malloc             57 maint/gnulib/tests/test-getgroups.c   groups = malloc ((result + 1) * sizeof *groups);
malloc             75 maint/gnulib/tests/test-getline.c   line = malloc (len);
malloc             57 maint/gnulib/tests/test-getndelim2.c   line = malloc (1);
malloc             78 maint/gnulib/tests/test-getndelim2.c   line = malloc (8);
malloc             44 maint/gnulib/tests/test-inttostr.c       char *buf = malloc (INT_BUFSIZE_BOUND (T));                       \
malloc             73 maint/gnulib/tests/test-inttostr.c   char *b = malloc (b_size);
malloc             97 maint/gnulib/tests/test-linked_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            124 maint/gnulib/tests/test-linkedhash_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc             31 maint/gnulib/tests/test-malloc-gnu.c   void *volatile p = malloc (0);
malloc             39 maint/gnulib/tests/test-malloc-gnu.c       p = malloc (PTRDIFF_MAX + one);
malloc             65 maint/gnulib/tests/test-mbscasestr1.c     char *haystack = (char *) malloc (m + 1);
malloc             89 maint/gnulib/tests/test-mbscasestr1.c     char *needle = (char *) malloc (m + 1);
malloc            107 maint/gnulib/tests/test-mbscasestr1.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            108 maint/gnulib/tests/test-mbscasestr1.c     char *needle = (char *) malloc (m + 2);
malloc             73 maint/gnulib/tests/test-mbscasestr2.c     char *haystack = (char *) malloc (m + 1);
malloc            101 maint/gnulib/tests/test-mbscasestr2.c     char *needle = (char *) malloc (m + 1);
malloc            119 maint/gnulib/tests/test-mbscasestr2.c     char *haystack = (char *) malloc (2 * m + 3);
malloc            120 maint/gnulib/tests/test-mbscasestr2.c     char *needle = (char *) malloc (m + 3);
malloc             64 maint/gnulib/tests/test-mbsstr1.c     char *haystack = (char *) malloc (m + 1);
malloc             88 maint/gnulib/tests/test-mbsstr1.c     char *needle = (char *) malloc (m + 1);
malloc            106 maint/gnulib/tests/test-mbsstr1.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            107 maint/gnulib/tests/test-mbsstr1.c     char *needle = (char *) malloc (m + 2);
malloc             73 maint/gnulib/tests/test-mbsstr2.c     char *haystack = (char *) malloc (m + 1);
malloc            101 maint/gnulib/tests/test-mbsstr2.c     char *needle = (char *) malloc (m + 1);
malloc            119 maint/gnulib/tests/test-mbsstr2.c     char *haystack = (char *) malloc (2 * m + 3);
malloc            120 maint/gnulib/tests/test-mbsstr2.c     char *needle = (char *) malloc (m + 3);
malloc             38 maint/gnulib/tests/test-memchr.c   char *input = malloc (n);
malloc             36 maint/gnulib/tests/test-memchr2.c   char *input = malloc (n);
malloc            119 maint/gnulib/tests/test-memmem.c     char *haystack = (char *) malloc (m + 1);
malloc            143 maint/gnulib/tests/test-memmem.c     char *needle = (char *) malloc (m + 1);
malloc            160 maint/gnulib/tests/test-memmem.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            161 maint/gnulib/tests/test-memmem.c     char *needle = (char *) malloc (m + 1);
malloc            185 maint/gnulib/tests/test-memmem.c     char *haystack = (char *) malloc (m);
malloc            186 maint/gnulib/tests/test-memmem.c     char *needle = (char *) malloc (n);
malloc            280 maint/gnulib/tests/test-memmem.c     char *haystack = malloc (h_len + 1);
malloc            298 maint/gnulib/tests/test-memmem.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            299 maint/gnulib/tests/test-memmem.c     char *needle = (char *) malloc (m + 1);
malloc             43 maint/gnulib/tests/test-memrchr.c   char *input = malloc (n);
malloc             32 maint/gnulib/tests/test-nonblocking-misc.h   data = (unsigned char *) malloc (2 * data_block_size);
malloc            135 maint/gnulib/tests/test-nonblocking-reader.h   data = (unsigned char *) malloc (2 * data_block_size);
malloc             50 maint/gnulib/tests/test-popen.h   cmd = malloc (len + 3); /* Adding " r" and NUL.  */
malloc             84 maint/gnulib/tests/test-printf-posix2.c         void *memory = malloc (10000000);
malloc            123 maint/gnulib/tests/test-pthread-tss.c       unsigned int *ptr = (unsigned int *) malloc (sizeof (unsigned int));
malloc            339 maint/gnulib/tests/test-quotearg-simple.c         char *q = malloc (q_len + 1);
malloc             38 maint/gnulib/tests/test-rawmemchr.c   char *input = malloc (n + 1);
malloc            101 maint/gnulib/tests/test-rbtree_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc            128 maint/gnulib/tests/test-rbtreehash_list.c       (const void **) malloc (initial_size * sizeof (const void *));
malloc           2772 maint/gnulib/tests/test-snprintf-posix.h         block = (char *) malloc (i);
malloc           2791 maint/gnulib/tests/test-snprintf-posix.h         block = (wchar_t *) malloc (i * sizeof (wchar_t));
malloc           2758 maint/gnulib/tests/test-sprintf-posix.h         block = (char *) malloc (i);
malloc           2777 maint/gnulib/tests/test-sprintf-posix.h         block = (wchar_t *) malloc (i * sizeof (wchar_t));
malloc             68 maint/gnulib/tests/test-stdlib-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::malloc, void *, (size_t));
malloc            103 maint/gnulib/tests/test-strcasestr.c     char *haystack = (char *) malloc (m + 1);
malloc            127 maint/gnulib/tests/test-strcasestr.c     char *needle = (char *) malloc (m + 1);
malloc            145 maint/gnulib/tests/test-strcasestr.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            146 maint/gnulib/tests/test-strcasestr.c     char *needle = (char *) malloc (m + 2);
malloc            240 maint/gnulib/tests/test-strcasestr.c     char *haystack = malloc (h_len + 1);
malloc            258 maint/gnulib/tests/test-strcasestr.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            259 maint/gnulib/tests/test-strcasestr.c     char *needle = (char *) malloc (m + 1);
malloc             33 maint/gnulib/tests/test-strchrnul.c   char *input = malloc (n + 1);
malloc             39 maint/gnulib/tests/test-striconveh.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             40 maint/gnulib/tests/test-striconveha.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             37 maint/gnulib/tests/test-strnlen.c       page_boundary = malloc (0x1000);
malloc             67 maint/gnulib/tests/test-strstr.c     char *input = page_boundary ? page_boundary - len : malloc (len);
malloc            122 maint/gnulib/tests/test-strstr.c     char *haystack = (char *) malloc (m + 1);
malloc            146 maint/gnulib/tests/test-strstr.c     char *needle = (char *) malloc (m + 1);
malloc            164 maint/gnulib/tests/test-strstr.c     char *haystack = (char *) malloc (2 * m + 2);
malloc            165 maint/gnulib/tests/test-strstr.c     char *needle = (char *) malloc (m + 2);
malloc            263 maint/gnulib/tests/test-strstr.c     char *haystack = malloc (h_len + 1);
malloc            281 maint/gnulib/tests/test-strstr.c     char *haystack = (char *) malloc (2 * m + 1);
malloc            282 maint/gnulib/tests/test-strstr.c     char *needle = (char *) malloc (m + 1);
malloc            859 maint/gnulib/tests/test-strtod.c     char *input = malloc (m + 1);
malloc            877 maint/gnulib/tests/test-strtod.c     char *input = malloc (m + 1);
malloc            898 maint/gnulib/tests/test-strtod.c     char *input = malloc (m + 1);
malloc            925 maint/gnulib/tests/test-strtod.c     char *input = malloc (m + 1);
malloc            952 maint/gnulib/tests/test-strtod.c     char *input = malloc (m + 1);
malloc            859 maint/gnulib/tests/test-strtold.c     char *input = malloc (m + 1);
malloc            877 maint/gnulib/tests/test-strtold.c     char *input = malloc (m + 1);
malloc            898 maint/gnulib/tests/test-strtold.c     char *input = malloc (m + 1);
malloc            925 maint/gnulib/tests/test-strtold.c     char *input = malloc (m + 1);
malloc            952 maint/gnulib/tests/test-strtold.c     char *input = malloc (m + 1);
malloc             76 maint/gnulib/tests/test-times.c       base = malloc (size * sizeof (double));
malloc            119 maint/gnulib/tests/test-tls.c       unsigned int *ptr = (unsigned int *) malloc (sizeof (unsigned int));
malloc            119 maint/gnulib/tests/test-tss.c       unsigned int *ptr = (unsigned int *) malloc (sizeof (unsigned int));
malloc           3550 maint/gnulib/tests/test-vasnprintf-posix.c         block = (char *) malloc (i);
malloc           3572 maint/gnulib/tests/test-vasnprintf-posix.c         block = (wchar_t *) malloc (i * sizeof (wchar_t));
malloc           3535 maint/gnulib/tests/test-vasprintf-posix.c         block = (char *) malloc (i);
malloc           3557 maint/gnulib/tests/test-vasprintf-posix.c         block = (wchar_t *) malloc (i * sizeof (wchar_t));
malloc             53 maint/gnulib/tests/unicase/test-u16-casefold.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             72 maint/gnulib/tests/unicase/test-u16-casefold.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             53 maint/gnulib/tests/unicase/test-u16-tolower.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             72 maint/gnulib/tests/unicase/test-u16-tolower.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             53 maint/gnulib/tests/unicase/test-u16-totitle.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             72 maint/gnulib/tests/unicase/test-u16-totitle.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             53 maint/gnulib/tests/unicase/test-u16-toupper.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             72 maint/gnulib/tests/unicase/test-u16-toupper.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             53 maint/gnulib/tests/unicase/test-u32-casefold.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             72 maint/gnulib/tests/unicase/test-u32-casefold.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             53 maint/gnulib/tests/unicase/test-u32-tolower.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             72 maint/gnulib/tests/unicase/test-u32-tolower.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             53 maint/gnulib/tests/unicase/test-u32-totitle.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             72 maint/gnulib/tests/unicase/test-u32-totitle.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             53 maint/gnulib/tests/unicase/test-u32-toupper.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             72 maint/gnulib/tests/unicase/test-u32-toupper.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             53 maint/gnulib/tests/unicase/test-u8-casefold.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             72 maint/gnulib/tests/unicase/test-u8-casefold.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             53 maint/gnulib/tests/unicase/test-u8-tolower.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             72 maint/gnulib/tests/unicase/test-u8-tolower.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             53 maint/gnulib/tests/unicase/test-u8-totitle.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             72 maint/gnulib/tests/unicase/test-u8-totitle.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             53 maint/gnulib/tests/unicase/test-u8-toupper.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             72 maint/gnulib/tests/unicase/test-u8-toupper.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             36 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             35 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             36 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             35 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             36 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             36 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c   size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t));
malloc             38 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c   breaks = malloc (n);
malloc             45 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             64 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             87 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             45 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             59 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             45 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             64 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             87 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             45 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             59 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             39 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             58 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             81 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             39 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             53 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c       char *p = (char *) malloc (SIZEOF (input));
malloc             38 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             38 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             55 maint/gnulib/tests/uninorm/test-u16-nfc.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             74 maint/gnulib/tests/uninorm/test-u16-nfc.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc            264 maint/gnulib/tests/uninorm/test-u16-nfc.c         uint16_t *input = (uint16_t *) malloc (2 * m * sizeof (uint16_t));
malloc             55 maint/gnulib/tests/uninorm/test-u16-nfd.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             74 maint/gnulib/tests/uninorm/test-u16-nfd.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc            251 maint/gnulib/tests/uninorm/test-u16-nfd.c         uint16_t *input = (uint16_t *) malloc (2 * m * sizeof (uint16_t));
malloc             55 maint/gnulib/tests/uninorm/test-u16-nfkc.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             74 maint/gnulib/tests/uninorm/test-u16-nfkc.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc            312 maint/gnulib/tests/uninorm/test-u16-nfkc.c         uint16_t *input = (uint16_t *) malloc (2 * m * sizeof (uint16_t));
malloc             55 maint/gnulib/tests/uninorm/test-u16-nfkd.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             74 maint/gnulib/tests/uninorm/test-u16-nfkd.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc            271 maint/gnulib/tests/uninorm/test-u16-nfkd.c         uint16_t *input = (uint16_t *) malloc (2 * m * sizeof (uint16_t));
malloc             55 maint/gnulib/tests/uninorm/test-u32-nfc.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             74 maint/gnulib/tests/uninorm/test-u32-nfc.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc            264 maint/gnulib/tests/uninorm/test-u32-nfc.c         uint32_t *input = (uint32_t *) malloc (2 * m * sizeof (uint32_t));
malloc             55 maint/gnulib/tests/uninorm/test-u32-nfd.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             74 maint/gnulib/tests/uninorm/test-u32-nfd.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc            251 maint/gnulib/tests/uninorm/test-u32-nfd.c         uint32_t *input = (uint32_t *) malloc (2 * m * sizeof (uint32_t));
malloc             55 maint/gnulib/tests/uninorm/test-u32-nfkc.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             74 maint/gnulib/tests/uninorm/test-u32-nfkc.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc            312 maint/gnulib/tests/uninorm/test-u32-nfkc.c         uint32_t *input = (uint32_t *) malloc (2 * m * sizeof (uint32_t));
malloc             55 maint/gnulib/tests/uninorm/test-u32-nfkd.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             74 maint/gnulib/tests/uninorm/test-u32-nfkd.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc            271 maint/gnulib/tests/uninorm/test-u32-nfkd.c         uint32_t *input = (uint32_t *) malloc (2 * m * sizeof (uint32_t));
malloc             55 maint/gnulib/tests/uninorm/test-u8-nfc.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             74 maint/gnulib/tests/uninorm/test-u8-nfc.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc            270 maint/gnulib/tests/uninorm/test-u8-nfc.c         uint8_t *input = (uint8_t *) malloc (2 * (2 * m - 1) * sizeof (uint8_t));
malloc             55 maint/gnulib/tests/uninorm/test-u8-nfd.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             74 maint/gnulib/tests/uninorm/test-u8-nfd.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc            257 maint/gnulib/tests/uninorm/test-u8-nfd.c         uint8_t *input = (uint8_t *) malloc (2 * (2 * m - 1) * sizeof (uint8_t));
malloc             55 maint/gnulib/tests/uninorm/test-u8-nfkc.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             74 maint/gnulib/tests/uninorm/test-u8-nfkc.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc            322 maint/gnulib/tests/uninorm/test-u8-nfkc.c         uint8_t *input = (uint8_t *) malloc (2 * (2 * m - 1) * sizeof (uint8_t));
malloc             55 maint/gnulib/tests/uninorm/test-u8-nfkd.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             74 maint/gnulib/tests/uninorm/test-u8-nfkd.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc            278 maint/gnulib/tests/uninorm/test-u8-nfkd.c         uint8_t *input = (uint8_t *) malloc (2 * (2 * m - 1) * sizeof (uint8_t));
malloc             26 maint/gnulib/tests/unistr/test-chr.h   uint32_t *input32 = (uint32_t *) malloc (size * sizeof (uint32_t));
malloc             26 maint/gnulib/tests/unistr/test-stpncpy.h   dest = (UNIT *) malloc ((1 + n + 1) * sizeof (UNIT));
malloc             27 maint/gnulib/tests/unistr/test-strchr.h   uint32_t *input32 = (uint32_t *) malloc ((size + 1) * sizeof (uint32_t));
malloc             31 maint/gnulib/tests/unistr/test-strncat.h       dest = (UNIT *) malloc ((1 + m + n + 2) * sizeof (UNIT));
malloc             26 maint/gnulib/tests/unistr/test-strncpy.h   dest = (UNIT *) malloc ((1 + n + 1) * sizeof (UNIT));
malloc            130 maint/gnulib/tests/unistr/test-u-strstr.h     UNIT *haystack = (UNIT *) malloc ((m + 1) * sizeof (UNIT));
malloc            166 maint/gnulib/tests/unistr/test-u-strstr.h     UNIT *needle = (UNIT *) malloc ((m + 1) * sizeof (UNIT));
malloc            187 maint/gnulib/tests/unistr/test-u-strstr.h     UNIT *haystack = (UNIT *) malloc ((2 * m + 2) * sizeof (UNIT));
malloc            188 maint/gnulib/tests/unistr/test-u-strstr.h     UNIT *needle = (UNIT *) malloc ((m + 2) * sizeof (UNIT));
malloc             54 maint/gnulib/tests/unistr/test-u-strtok.h     UNIT *input = (UNIT *) malloc (input_len);
malloc             56 maint/gnulib/tests/unistr/test-u-strtok.h     UNIT *delim = (UNIT *) malloc (delim_len);
malloc             50 maint/gnulib/tests/unistr/test-u16-to-u32.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             69 maint/gnulib/tests/unistr/test-u16-to-u32.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             50 maint/gnulib/tests/unistr/test-u16-to-u8.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             69 maint/gnulib/tests/unistr/test-u16-to-u8.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             50 maint/gnulib/tests/unistr/test-u32-to-u16.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             69 maint/gnulib/tests/unistr/test-u32-to-u16.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             50 maint/gnulib/tests/unistr/test-u32-to-u8.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             69 maint/gnulib/tests/unistr/test-u32-to-u8.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
malloc             50 maint/gnulib/tests/unistr/test-u8-to-u16.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             69 maint/gnulib/tests/unistr/test-u8-to-u16.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
malloc             50 maint/gnulib/tests/unistr/test-u8-to-u32.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             69 maint/gnulib/tests/unistr/test-u8-to-u32.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
malloc             43 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             74 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             43 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             74 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             37 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             63 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc             43 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c     char *p = (char *) malloc (SIZEOF (input));
malloc            159 replace/scandir.c     if ((array = (struct dirent **)malloc(allocated * sizeof(struct dirent *)))
malloc            195 replace/scandir.c             if ((copy = (struct dirent *)malloc(sizeof(struct dirent) + extra)) == NULL) {
malloc             30 replace/strndup.c     char *new = (char *)malloc(len + 1);