Lines Matching refs:tobe_allocated
86 int tobe_allocated = msg->run_num_allocated; in msg_run_expand_to_hold_more() local
88 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in msg_run_expand_to_hold_more()
90 tobe_allocated * sizeof(struct run*)); in msg_run_expand_to_hold_more()
94 msg->run_num_allocated = tobe_allocated; in msg_run_expand_to_hold_more()
490 int tobe_allocated = msg->how_often_num_allocated; in kill_how_often_expand_to_hold_more() local
492 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in kill_how_often_expand_to_hold_more()
494 tobe_allocated * sizeof(ev_uint32_t)); in kill_how_often_expand_to_hold_more()
498 msg->how_often_num_allocated = tobe_allocated; in kill_how_often_expand_to_hold_more()
798 int tobe_allocated = msg->notes_num_allocated; in run_notes_expand_to_hold_more() local
800 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in run_notes_expand_to_hold_more()
802 tobe_allocated * sizeof(char *)); in run_notes_expand_to_hold_more()
806 msg->notes_num_allocated = tobe_allocated; in run_notes_expand_to_hold_more()
836 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more() local
838 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in run_other_numbers_expand_to_hold_more()
840 tobe_allocated * sizeof(ev_uint32_t)); in run_other_numbers_expand_to_hold_more()
844 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()