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

Function malloc_init

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

Source from the content-addressed store, hash-verified

213}
214
215JEMALLOC_ALWAYS_INLINE bool
216malloc_init(void) {
217 if (unlikely(!malloc_initialized()) && malloc_init_hard()) {
218 return true;
219 }
220 return false;
221}
222
223/*
224 * The a0*() functions are used instead of i{d,}alloc() in situations that

Callers 5

imallocFunction · 0.70
je_mallctlFunction · 0.70
je_mallctlnametomibFunction · 0.70
je_mallctlbymibFunction · 0.70
jemalloc_constructorFunction · 0.70

Calls 2

malloc_initializedFunction · 0.85
malloc_init_hardFunction · 0.85

Tested by

no test coverage detected