malloc            222 cib/common.c               int *value = malloc(sizeof(int));
malloc            134 cib/remote.c       ssock = malloc(sizeof(int));
malloc            717 crmd/te_callbacks.c         rec = malloc(sizeof(struct st_fail_rec));
malloc            668 fencing/commands.c                 line = malloc(1 + len);
malloc            175 fencing/standalone_config.c         tmp = malloc(len);
malloc            213 include/crm/cluster/internal.h     AIS_Message *target = malloc(sizeof(AIS_Message) + ais_data_len(source));
malloc            140 include/crm/compatibility.h 	malloc_obj = malloc(length);					\
malloc            149 include/crm/compatibility.h 	malloc_obj = malloc(length);					\
malloc            169 lib/ais/utils.h 	malloc_obj = malloc(length);					\
malloc            783 lib/cib/cib_ops.c                     new_path = malloc(path_len + 1);
malloc            429 lib/cluster/cluster.c             char *uname = malloc(MAX_NAME);
malloc            272 lib/cluster/heartbeat.c     compressed = malloc(len);
malloc            140 lib/cluster/legacy.c     char *buf = malloc(buf_len);
malloc             49 lib/common/compat.c     char *canonicalized = malloc(PATH_MAX);
malloc            101 lib/common/io.c     filename = malloc(len);
malloc            136 lib/common/io.c     series_file = malloc(len);
malloc            213 lib/common/io.c     series_file = malloc(len);
malloc            717 lib/common/ipc.c             iov_copy[0].iov_base = malloc(iov[0].iov_len);
malloc            721 lib/common/ipc.c             iov_copy[1].iov_base = malloc(iov[1].iov_len);
malloc            853 lib/common/ipc.c     client->buffer = malloc(client->buf_size);
malloc            371 lib/common/logging.c         blackbox_file_prefix = malloc(NAME_MAX);
malloc            131 lib/common/operations.c         op_id = malloc(len);
malloc            149 lib/common/operations.c     fail_state = malloc(len);
malloc            166 lib/common/operations.c     fail_state = malloc(len);
malloc            209 lib/common/operations.c     fail_state = malloc(len);
malloc             41 lib/common/strings.c     new_str = malloc(len);
malloc             65 lib/common/strings.c     buffer = malloc(len + 1);
malloc            430 lib/common/strings.c     compressed = malloc(max);
malloc           1393 lib/common/utils.c     char *buffer = malloc(37);  /* Including NUL byte */
malloc           1436 lib/common/utils.c     digest = malloc(2 * MD5_DIGEST_SIZE + 1);
malloc           1952 lib/common/xml.c     char *id = malloc(XML_BUFFER_SIZE);
malloc           1953 lib/common/xml.c     char *tag = malloc(XML_BUFFER_SIZE);
malloc           1954 lib/common/xml.c     char *section = malloc(XML_BUFFER_SIZE);
malloc           1956 lib/common/xml.c     char *remainder = malloc(XML_BUFFER_SIZE);
malloc            212 lib/common/xpath.c     xpath_full = malloc(len);
malloc            141 lib/gnu/md5.c    char *buffer = malloc (BLOCKSIZE + 72);
malloc           2174 lib/pengine/utils.c             char *digests_all = malloc(max);
malloc           2175 lib/pengine/utils.c             char *digests_secure = malloc(max);
malloc            411 lib/services/dbus.c     query_data = malloc(sizeof(struct db_getall_data));
malloc             97 libltdl/argz.c       argz = (char *) malloc (argz_len);
malloc             54 libltdl/lt__alloc.c   if (! (mem = malloc (n)))
malloc             59 libltdl/lt__dirent.c   entry = (DIR *) malloc (sizeof(DIR));
malloc            353 libltdl/slist.c   SList *item = (SList *) malloc (sizeof *item);
malloc             77 pengine/notif.c     notify_entry_t *dup = malloc(sizeof(notify_entry_t));
malloc            174 pengine/ptest.c     vtable.malloc = malloc;
malloc            178 pengine/ptest.c     vtable.try_malloc = malloc;
malloc            158 replace/scandir.c     if (array = (struct dirent **)malloc(allocated * sizeof(struct dirent *)), array == NULL)
malloc            191 replace/scandir.c             if (copy = (struct dirent *)malloc(sizeof(struct dirent) + extra), copy == NULL) {
malloc             36 replace/setenv.c         envp = malloc(strlen(name) + strlen(value) + 2);
malloc             30 replace/strndup.c     char *new = (char *)malloc(len + 1);
malloc           1987 tools/crm_mon.c     node_name = malloc(name_len);
malloc            394 tools/crm_node.c     buffer = malloc(50);
malloc            137 tools/crm_uuid.c     buffer = malloc(50);
malloc            168 tools/ipmiservicelogd.c             retSerialNumber = malloc(strlen(serialNumber) + 1);