| 4317 | */ |
| 4318 | #ifndef JEMALLOC_JET |
| 4319 | JEMALLOC_ATTR(constructor) |
| 4320 | static void |
| 4321 | jemalloc_constructor(void) { |
| 4322 | malloc_init(); |
| 4323 | } |
| 4324 | #endif |
| 4325 | |
| 4326 | #ifndef JEMALLOC_MUTEX_INIT_CB |
nothing calls this directly
no test coverage detected