| 1287 | } |
| 1288 | |
| 1289 | void |
| 1290 | ctl_postfork_child(tsdn_t *tsdn) { |
| 1291 | malloc_mutex_postfork_child(tsdn, &ctl_mtx); |
| 1292 | } |
| 1293 | |
| 1294 | /******************************************************************************/ |
| 1295 | /* *_ctl() functions. */ |
no test coverage detected