MCPcopy Create free account
hub / github.com/beefytech/Beef / jemalloc_constructor

Function jemalloc_constructor

BeefRT/JEMalloc/src/jemalloc.c:4319–4323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4317 */
4318#ifndef JEMALLOC_JET
4319JEMALLOC_ATTR(constructor)
4320static void
4321jemalloc_constructor(void) {
4322 malloc_init();
4323}
4324#endif
4325
4326#ifndef JEMALLOC_MUTEX_INIT_CB

Callers

nothing calls this directly

Calls 1

malloc_initFunction · 0.85

Tested by

no test coverage detected