mqs_malloc        105 ompi/debuggers/ompi_mpihandles_dll.c         m = mqs_malloc(len * sizeof(struct mpidbg_name_map_t));
mqs_malloc        196 ompi/debuggers/ompi_mpihandles_dll.c         (mpi_image_info *) mqs_malloc(sizeof(mpi_image_info));
mqs_malloc        340 ompi/debuggers/ompi_mpihandles_dll.c         (mpi_process_info *) mqs_malloc(sizeof(mpi_process_info));
mqs_malloc        451 ompi/debuggers/ompi_mpihandles_dll.c     *info = mqs_malloc(sizeof(struct mpidbg_comm_info_t));
mqs_malloc        553 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_cart_dims = mqs_malloc(ndims * sizeof(int));
mqs_malloc        557 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_cart_periods = mqs_malloc(ndims * sizeof(int8_t));
mqs_malloc        562 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_cart_coords = mqs_malloc(ndims * sizeof(int8_t));
mqs_malloc        598 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_graph_index = mqs_malloc(nnodes * sizeof(int));
mqs_malloc        613 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_graph_edges = mqs_malloc((*info)->comm_graph_index[(*info)->comm_graph_num_nodes - 1] * sizeof(int));
mqs_malloc        267 ompi/debuggers/ompi_msgq_dll.c     group = (group_t *)mqs_malloc (sizeof (group_t));
mqs_malloc        268 ompi/debuggers/ompi_msgq_dll.c     tr = (int *)mqs_malloc (np*sizeof(int));
mqs_malloc        269 ompi/debuggers/ompi_msgq_dll.c     trbuffer = (char *)mqs_malloc (np*sizeof(mqs_taddr_t));
mqs_malloc        301 ompi/debuggers/ompi_msgq_dll.c          extra->world_proc_array = mqs_malloc( np * sizeof(mqs_taddr_t) );
mqs_malloc        354 ompi/debuggers/ompi_msgq_dll.c     mpi_image_info *i_info = (mpi_image_info *)mqs_malloc (sizeof (mpi_image_info));
mqs_malloc        415 ompi/debuggers/ompi_msgq_dll.c     mpi_process_info *p_info = (mpi_process_info *)mqs_malloc (sizeof (mpi_process_info));
mqs_malloc        424 ompi/debuggers/ompi_msgq_dll.c         p_info->extra = mqs_malloc(sizeof(mpi_process_info_extra));
mqs_malloc        664 ompi/debuggers/ompi_msgq_dll.c             old = (communicator_t *)mqs_malloc (sizeof (communicator_t));
mqs_malloc        722 ompi/debuggers/ompi_msgq_dll.c             (communicator_t **) mqs_malloc(commcount * sizeof (communicator_t *));