MCPcopy Create free account
hub / github.com/F-Stack/f-stack / jemalloc_constructor

Function jemalloc_constructor

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:3181–3185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179 */
3180#ifndef JEMALLOC_JET
3181JEMALLOC_ATTR(constructor)
3182static void
3183jemalloc_constructor(void) {
3184 malloc_init();
3185}
3186#endif
3187
3188#ifndef JEMALLOC_MUTEX_INIT_CB

Callers

nothing calls this directly

Calls 1

malloc_initFunction · 0.70

Tested by

no test coverage detected