| 1406 | } |
| 1407 | |
| 1408 | void |
| 1409 | ctl_postfork_child(tsdn_t *tsdn) { |
| 1410 | malloc_mutex_postfork_child(tsdn, &ctl_mtx); |
| 1411 | } |
| 1412 | |
| 1413 | /******************************************************************************/ |
| 1414 | /* *_ctl() functions. */ |
no test coverage detected