startd_zalloc
dictionary = startd_zalloc(sizeof (dictionary_t));
nenv = startd_zalloc(sizeof (char *) * nenv_size);
envp = startd_zalloc(sizeof (char *) * 3);
*np = startd_zalloc(sz);
*np = startd_zalloc(sz);
v = startd_zalloc(sizeof (*v));
gi.gi_visited = startd_zalloc(sz);
e = startd_zalloc(sizeof (graph_protocol_event_t));
restarter_queue = startd_zalloc(
e = startd_zalloc(sizeof (restarter_protocol_event_t));
graph_queue = startd_zalloc(sizeof (graph_protocol_event_queue_t));
info = startd_zalloc(sizeof (fork_info_t));
info = startd_zalloc(sizeof (fork_info_t));
info = startd_zalloc(sizeof (*info));
info = startd_zalloc(sizeof (*info));
qe = startd_zalloc(sizeof (restarter_instance_qentry_t));
timeouts = startd_zalloc(sizeof (timeout_queue_t));
tu = startd_zalloc(sizeof (timeout_update_t));
inst = startd_zalloc(sizeof (restarter_inst_t));
st = startd_zalloc(sizeof (startd_state_t));
gu = startd_zalloc(sizeof (graph_update_t));
ru = startd_zalloc(sizeof (restarter_update_t));