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

Function jemalloc_constructor

deps/memkind/src/jemalloc/src/jemalloc.c:3010–3014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3008 */
3009#ifndef JEMALLOC_JET
3010JEMALLOC_ATTR(constructor)
3011static void
3012jemalloc_constructor(void) {
3013 malloc_init();
3014}
3015#endif
3016
3017#ifndef JEMALLOC_MUTEX_INIT_CB

Callers

nothing calls this directly

Calls 1

malloc_initFunction · 0.70

Tested by

no test coverage detected