Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c480 tmp->how_often_num_allocated = 0; in kill_new_with_arg()
491 int tobe_allocated = msg->how_often_num_allocated; in kill_how_often_expand_to_hold_more()
499 msg->how_often_num_allocated = tobe_allocated; in kill_how_often_expand_to_hold_more()
506 if (++msg->how_often_length >= msg->how_often_num_allocated) { in kill_how_often_add()
601 tmp->how_often_num_allocated = 0; in kill_clear()
617 tmp->how_often_num_allocated = 0; in kill_free()
665 if (tmp->how_often_length >= tmp->how_often_num_allocated && in kill_unmarshal()
H A Dregress.gen.h103 int how_often_num_allocated; member