malloc 179 daemons/based/based_common.c int *value = malloc(sizeof(int)); malloc 128 daemons/based/based_remote.c ssock = malloc(sizeof(int)); malloc 142 daemons/controld/controld_fencing.c rec = malloc(sizeof(struct st_fail_rec)); malloc 825 include/config.h #if _GL_HAS_ATTRIBUTE (malloc) malloc 641 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 763 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 555 lib/common/utils.c char *buffer = malloc(37); /* Including NUL byte */ malloc 153 lib/gnu/md5.c char *buffer = malloc (BLOCKSIZE + 72); malloc 68 lib/pacemaker/pcmk_sched_notif.c notify_entry_t *dup = malloc(sizeof(notify_entry_t)); malloc 527 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 214 maint/mocked/based-notifyfenced.c malloc(sizeof(mock_based_notifyfenced_priv_t)); malloc 225 maint/mocked/based.c || (module = malloc(sizeof(module_t))) == NULL) { malloc 261 maint/mocked/based.c = malloc((ctxt->modules_cnt + 2) * sizeof(*args2argv))) == NULL malloc 263 maint/mocked/based.c = malloc((ctxt->modules_cnt * 2 + 2) * sizeof(*s))) == NULL) { 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);