Home
last modified time | relevance | path

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

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