| 3179 | */ |
| 3180 | #ifndef JEMALLOC_JET |
| 3181 | JEMALLOC_ATTR(constructor) |
| 3182 | static void |
| 3183 | jemalloc_constructor(void) { |
| 3184 | malloc_init(); |
| 3185 | } |
| 3186 | #endif |
| 3187 | |
| 3188 | #ifndef JEMALLOC_MUTEX_INIT_CB |
nothing calls this directly
no test coverage detected