Home
last modified time | relevance | path

Searched refs:tobe_allocated (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dregress.gen.c86 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()
[all …]