| 3008 | */ |
| 3009 | #ifndef JEMALLOC_JET |
| 3010 | JEMALLOC_ATTR(constructor) |
| 3011 | static void |
| 3012 | jemalloc_constructor(void) { |
| 3013 | malloc_init(); |
| 3014 | } |
| 3015 | #endif |
| 3016 | |
| 3017 | #ifndef JEMALLOC_MUTEX_INIT_CB |
nothing calls this directly
no test coverage detected