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

Function malloc_init_a0

deps/jemalloc/src/jemalloc.c:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213JEMALLOC_ALWAYS_INLINE bool
214malloc_init_a0(void) {
215 if (unlikely(malloc_init_state == malloc_init_uninitialized)) {
216 return malloc_init_hard_a0();
217 }
218 return false;
219}
220
221JEMALLOC_ALWAYS_INLINE bool
222malloc_init(void) {

Callers 1

a0iallocFunction · 0.70

Calls 1

malloc_init_hard_a0Function · 0.70

Tested by

no test coverage detected