| 3770 | */ |
| 3771 | #ifndef JEMALLOC_JET |
| 3772 | JEMALLOC_ATTR(constructor) |
| 3773 | static void |
| 3774 | jemalloc_constructor(void) { |
| 3775 | malloc_init(); |
| 3776 | } |
| 3777 | #endif |
| 3778 | |
| 3779 | #ifndef JEMALLOC_MUTEX_INIT_CB |
nothing calls this directly
no test coverage detected