MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / jemalloc_constructor

Function jemalloc_constructor

deps/jemalloc/src/jemalloc.c:3772–3776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3770 */
3771#ifndef JEMALLOC_JET
3772JEMALLOC_ATTR(constructor)
3773static void
3774jemalloc_constructor(void) {
3775 malloc_init();
3776}
3777#endif
3778
3779#ifndef JEMALLOC_MUTEX_INIT_CB

Callers

nothing calls this directly

Calls 1

malloc_initFunction · 0.70

Tested by

no test coverage detected