Lines Matching refs:tobe_allocated
80 int tobe_allocated = msg->run_num_allocated; in msg_run_expand_to_hold_more() local
82 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in msg_run_expand_to_hold_more()
84 tobe_allocated * sizeof(struct run*)); in msg_run_expand_to_hold_more()
88 msg->run_num_allocated = tobe_allocated; in msg_run_expand_to_hold_more()
486 int tobe_allocated = msg->how_often_num_allocated; in kill_how_often_expand_to_hold_more() local
488 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in kill_how_often_expand_to_hold_more()
490 tobe_allocated * sizeof(ev_uint32_t)); in kill_how_often_expand_to_hold_more()
494 msg->how_often_num_allocated = tobe_allocated; in kill_how_often_expand_to_hold_more()
797 int tobe_allocated = msg->notes_num_allocated; in run_notes_expand_to_hold_more() local
799 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in run_notes_expand_to_hold_more()
801 tobe_allocated * sizeof(char *)); in run_notes_expand_to_hold_more()
805 msg->notes_num_allocated = tobe_allocated; in run_notes_expand_to_hold_more()
834 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more() local
836 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1; in run_other_numbers_expand_to_hold_more()
838 tobe_allocated * sizeof(ev_uint32_t)); in run_other_numbers_expand_to_hold_more()
842 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()